import { Extractor } from "./extractor"; export declare function createExtractorFromData(data: ArrayBuffer, password?: string): Extractor; export declare function createExtractorFromFile(filepath: string, targetPath?: string, password?: string): Extractor;