import * as $dara from '@darabonba/typescript'; export declare class QueryResellerUserAlarmThresholdRequest extends $dara.Model { /** * @example * quota_low_balance */ alarmType?: string; ownerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }