export declare function removeDir(path: string): void;
export declare function writeFile(path: string, content: string | number | Record<PropertyKey, unknown> | boolean): void;
export declare function readFile(path: string): any;
