export declare class Writer { private outputPath; constructor(outputPath: string); write(filePath: string, value: string): Promise; }