import type { ManifestInterface } from "../manifest"; import type { DriverInterface } from "../driver"; /** * Build a zipped contents */ export declare const buildContentsZip: (manifest: ManifestInterface, driver: DriverInterface) => Promise;