import * as $dara from '@darabonba/typescript'; export declare class DescribeMeterImsSummaryResponseBodyData extends $dara.Model { /** * @remarks * The duration of video editing. * * @example * 8722 */ editingDuration?: string; /** * @remarks * The duration of live editing. * * @example * 2000 */ liveEditDuration?: string; /** * @remarks * The duration of live stream recording. * * @example * 100 */ liveRecordDuration?: string; /** * @remarks * The number of live stream snapshots. * * @example * 100 */ liveSnapshotCount?: string; /** * @remarks * The duration of live stream transcoding. * * @example * 12356 */ liveTranscodeDuration?: number; /** * @remarks * The duration of AI processing. * * @example * 0 */ mpsAiDuration?: number; /** * @remarks * The duration of video-on-demand (VOD) transcoding. * * @example * 17337 */ mpsTranscodeDuration?: number; /** * @remarks * The duration of audio and video enhancement. * * @example * 300 */ mpsTranscodeUHDDuration?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeMeterImsSummaryResponseBody extends $dara.Model { /** * @remarks * The usage statistics of IMS. */ data?: DescribeMeterImsSummaryResponseBodyData[]; /** * @remarks * The request ID. * * @example * BEA98A0C-7870-15FE-B96F-8880BB600A2C */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }