declare function extract(stream: NodeJS.ReadableStream, basename: string, output: string, sha?: string): Promise; export declare const Extractor: { extract: typeof extract; }; export {};