export declare function saveFile({ path, data, }: { path: string[]; data: string; }): Promise;