import { File } from './file.js'; export declare const deployFileNormalizer: (workingDir: string, file: File) => { normalizedPath: string; basename: string; relname: string; root: string; filepath: string; stat: import("fs").Stats; type: "file" | "directory"; hash: string; assetType: string; }; export declare const getDeployConfigPathIfExists: (workingDir: string) => Promise; export declare const getEdgeFunctionsDistPathIfExists: (workingDir: string) => Promise; export declare const getDbMigrationsDistPathIfExists: (workingDir: string) => Promise; export declare const isEdgeFunctionFile: (filePath: string) => boolean; //# sourceMappingURL=process-files.d.ts.map