export declare const saveFile: (path: string, data: string) => Promise<{ error: null; } | { error: string; }>;