export declare function readFile(filePath: string): string;
export declare function removeFile(filePath: string): void;
