export declare function readFile(filepath: string): Promise; export declare function readFileSafe(filepath: string): Promise; export declare function writeFile(target: string, content: string): Promise; export declare function readJsonFile(filepath: string): Promise; export declare function readJsonFileSafe(filepath: string): Promise; export declare function writeJsonFile(target: string, content: unknown): Promise; //# sourceMappingURL=file-helpers.d.ts.map