import * as $dara from '@darabonba/typescript'; export declare class DescribePluginApisResponseBodyApiSummarysApiPluginSummary extends $dara.Model { apiId?: string; apiName?: string; description?: string; groupId?: string; groupName?: string; method?: 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 DescribePluginApisResponseBodyApiSummarys extends $dara.Model { apiPluginSummary?: DescribePluginApisResponseBodyApiSummarysApiPluginSummary[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePluginApisResponseBody extends $dara.Model { apiSummarys?: DescribePluginApisResponseBodyApiSummarys; /** * @remarks * The page number of the page to return. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The request ID. * * @example * F9C5C4A5-BC6C-57A3-839F-AB08******** */ requestId?: string; /** * @remarks * The total number of returned entries. * * @example * 7 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }