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