/**
 * @param {string} workingDir
 * @param {*} file
 */
export declare const deployFileNormalizer: (workingDir: string, file: any) => any;
export declare const getDistPathIfExists: (workingDir: string) => Promise<string | undefined>;
export declare const isEdgeFunctionFile: (filePath: string) => boolean;
//# sourceMappingURL=deploy.d.ts.map