import * as $dara from '@darabonba/typescript'; export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo extends $dara.Model { apiId?: string; apiName?: string; authVaildTime?: string; authorizationSource?: string; createdTime?: string; description?: string; groupId?: string; groupName?: string; method?: string; operator?: string; path?: string; regionId?: string; stageAlias?: string; stageName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApisByAppResponseBodyAppApiRelationInfos extends $dara.Model { appApiRelationInfo?: DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApisByAppResponseBody extends $dara.Model { appApiRelationInfos?: DescribeApisByAppResponseBodyAppApiRelationInfos; /** * @remarks * The number of pages to return the results on. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 */ 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; }); }