export declare function safeCreate(filepath: string, content: string): Promise<boolean>;
