import type { SimpleGit } from 'simple-git'; export declare function readFileNames(dir: string): string[]; export declare function copyStaticFile(cwd: string, fileRelativePath: string, outdir: string): string | undefined; export declare function copyFolderRecursiveSync(source: string, target: string): void; export declare function ensureDir(path: string): string; export declare function getLastModifiedForFile(git: SimpleGit | undefined, locallyModifiedFiles: Set, modifiedGitCache: Map | null, relativePath: string, baseDir: string): Promise; export declare function fileExistsAsync(path: string): Promise; //# sourceMappingURL=fs.d.ts.map