export declare function readTextFile(filePath: string): string;
export declare function writeTextFile(filePath: string, content: string): void;
