export declare function writeSync(filepath: string, content: string): void; export declare function readSync(filepath: string): string; export declare function fileExists(filePath: string): boolean;