export declare const extract: ({ downloadPath, dataPath, }: { readonly downloadPath: string; readonly dataPath: string; }) => Promise;