import * as $dara from '@darabonba/typescript'; export declare class DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi extends $dara.Model { apiId?: string; apiName?: string; authVaildTime?: string; authorizationSource?: string; authorizedTime?: string; description?: string; groupId?: string; groupName?: string; operator?: string; regionId?: string; stageName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAuthorizedApisResponseBodyAuthorizedApis extends $dara.Model { authorizedApi?: DescribeAuthorizedApisResponseBodyAuthorizedApisAuthorizedApi[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAuthorizedApisResponseBody extends $dara.Model { authorizedApis?: DescribeAuthorizedApisResponseBodyAuthorizedApis; /** * @remarks * The page number of the returned page. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * D6E46F10-F26C-4AA0-BB69-FE2743D9AE62 */ requestId?: string; /** * @remarks * The total number of returned entries. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }