import * as $dara from '@darabonba/typescript'; export declare class DescribeApiTrafficDataResponseBodyCallDownloadsMonitorItem extends $dara.Model { itemTime?: string; itemValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiTrafficDataResponseBodyCallDownloads extends $dara.Model { monitorItem?: DescribeApiTrafficDataResponseBodyCallDownloadsMonitorItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiTrafficDataResponseBodyCallUploadsMonitorItem extends $dara.Model { itemTime?: string; itemValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiTrafficDataResponseBodyCallUploads extends $dara.Model { monitorItem?: DescribeApiTrafficDataResponseBodyCallUploadsMonitorItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiTrafficDataResponseBody extends $dara.Model { callDownloads?: DescribeApiTrafficDataResponseBodyCallDownloads; callUploads?: DescribeApiTrafficDataResponseBodyCallUploads; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ001 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }