export declare function ensureFileContent(file: string, data: any): Promise<boolean>;
