/// export declare function writeFileSync(filePath: string, $content: string): void; export declare function readFileSync(filePath: string): Buffer;