import * as $dara from '@darabonba/typescript'; export declare class QueryIpcQuotaRequest extends $dara.Model { /** * @example * understand */ capability?: string; /** * @example * 2025-05-09T08:52:00Z */ endTime?: string; /** * @example * 1 */ pageNo?: number; /** * @example * 10 */ pageSize?: number; /** * @example * 2025-05-08T08:52:00Z */ startTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }