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