import * as $dara from '@darabonba/typescript'; export declare class ListAIAgentPhoneNumberResponseBodyData extends $dara.Model { /** * @example * 132*****683 */ phoneNumber?: string; /** * @example * 1 */ status?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListAIAgentPhoneNumberResponseBody extends $dara.Model { data?: ListAIAgentPhoneNumberResponseBodyData[]; /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * ************16-412C-B127-****** */ requestId?: string; /** * @example * 186 */ totalNumber?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }