import type { Context } from 'hono'; /** * Creates an empty Zip file response */ export declare function createZipFileResponse(c: Context): Response & import("hono").TypedResponse; //# sourceMappingURL=create-zip-file-response.d.ts.map