import * as $dara from '@darabonba/typescript'; export declare class QueryIpcQuotaResponseBodyIpcQuotaInfos extends $dara.Model { /** * @example * understand */ capability?: string; /** * @example * 32 */ consumedQuota?: number; /** * @example * 2025-12-21T16:00:00Z */ dateTime?: string; /** * @example * 10000 */ maxQuota?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryIpcQuotaResponseBody extends $dara.Model { ipcQuotaInfos?: QueryIpcQuotaResponseBodyIpcQuotaInfos[]; /** * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @example * 39 */ total?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }