PAMapp/node_modules/@jest/core/build/lib/handleDeprecationWarnings.d.ts
@@ -5,5 +5,4 @@ * LICENSE file in the root directory of this source tree. */ /// <reference types="node" /> declare const _default: (pipe: NodeJS.WriteStream, stdin?: NodeJS.ReadStream) => Promise<void>; export default _default; export default function handleDeprecationWarnings(pipe: NodeJS.WriteStream, stdin?: NodeJS.ReadStream): Promise<void>;