export declare function writeClientFile(outputDir: string, fileName: string, content: string): Promise<string>;
