export declare function pwd(): string;
export declare function exists(filePath: string): boolean;
export declare function writeFile(filePath: string, content: string): void;
export declare function append(filePath: string, content: string): void;
export declare function readFile(filePath: string): string;
//# sourceMappingURL=FileHelper.d.ts.map