import { ExportFileTypeEnum } from '../../enums/base/exportFileTypeEnum';
import { ExportReceiveMethodEnum } from '../../enums/base/exportReceiveMethodEnum';
export declare class ExportFileModel {
    fileType: ExportFileTypeEnum;
    recieveMethod: ExportReceiveMethodEnum;
    reportFormatFileId: string;
}
