UNPKG

149 BTypeScriptView Raw
1export declare const extract: ({ downloadPath, dataPath, }: {
2 readonly downloadPath: string;
3 readonly dataPath: string;
4}) => Promise<void>;