export declare function readFileNames(dir: string): string[]; export declare function copyStaticFile(cwd: string, fileRelativePath: string, outdir: string): Promise; export declare function copyFolderRecursiveSync(source: string, target: string): void; export declare function ensureDir(path: string): string; export declare function fileExistsAsync(path: string): Promise; export declare class FileNotFoundError extends Error { filePath: string; constructor(message: any, filePath: string); } //# sourceMappingURL=fs.d.ts.map