import * as $dara from '@darabonba/typescript'; export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $dara.Model { apiId?: string; apiMethod?: string; apiName?: string; apiPath?: string; deployedTime?: string; description?: string; groupId?: string; groupName?: string; regionId?: string; stageName?: string; visibility?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDeployedApisResponseBodyDeployedApis extends $dara.Model { deployedApiItem?: DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDeployedApisResponseBody extends $dara.Model { deployedApis?: DescribeDeployedApisResponseBodyDeployedApis; /** * @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 * CEF72CEB-54B6-4AE8-B225-F876FF7BZ002 */ 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; }); }