/** * Create a tar.gz archive in memory from a build artifact directory. * * - Files are added under the `bundle/` prefix. * - Symlinks are preserved as symlink entries. * - A synthetic `compute.manifest.json` entry is injected at the tar root. * * Returns the gzipped archive as a Uint8Array. */ export declare function createArchive(directory: string, entrypoint: string, signal?: AbortSignal): Promise; //# sourceMappingURL=archive.d.ts.map