export declare class ExportDataAction { storageType: StorageType; hostName: string; userName: string; password: string; dataFormat: DataFormat; fileName: string; filePath: string; template: string; } export declare enum StorageType { ftp = 0, sftp = 1, azureBlob = 2 } export declare enum DataFormat { json = 0, xml = 1, csv = 2 } //# sourceMappingURL=exportDataAction.d.ts.map