export declare const getFs: () => typeof import("fs"); export declare const getPath: () => typeof import("path"); export declare const writeFileSync: (filePath: string, data: string, writeOptions?: Partial) => void;