import * as $dara from '@darabonba/typescript'; export declare class DescribeMarketRemainsQuotaResponseBody extends $dara.Model { /** * @remarks * The remaining quota. * * @example * 1000 */ remainsQuota?: number; /** * @remarks * The ID of the request. * * @example * E7FE7172-AA75-5880-B6F7-C00893E9BC06 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }