//#region src/lib/function-zip.d.ts /** No size check — the esbuild path without staged native files stayed unlimited. */ declare function zipEntries(entries: Record): Promise; declare function zipFunctionBundle(slug: string, entries: Record): Promise; //#endregion export { zipEntries, zipFunctionBundle }; //# sourceMappingURL=function-zip.d.ts.map