import type { Asset } from "./types"; export declare function extractZip(asset: Asset, source: string, destination: string): Promise;