import { Type } from './Export/Type'; /** @codex-xmi-id 94585b60-f875-5e9c-904e-d9bd6e4575da */ export declare class ExportRequestBody { trendUuid: string; type: Type; conditions: any; dateFrom?: number; dateTo?: number; dateFormat?: string; timezone?: string; }