import type { HttpResponseInit } from "@azure/functions";
export declare function uploadZipWithDecompressed(projectId: string, buildSHA: string, zipFile?: File): Promise<HttpResponseInit | undefined>;
