export declare const writeFileSafely: (writeLocation: string, content: any) => Promise<void>;
