export declare const saveToCsv: (csvFileRealPath: string, data: any[], columns: string[], prependId?: string) => Promise<unknown>;
