export declare const checkSupportWorker: (workPath: string) => Promise; export declare const getLzmaInstance: (workPath?: string) => Promise<{ compress: (str: string, callback: Function) => void; } | null>;