import * as $dara from '@darabonba/typescript'; export declare class DescribeApiRequest extends $dara.Model { /** * @remarks * The ID of the API. * * This parameter is required. * * @example * 8afff6c8c4c6447abb035812e4d66b65 */ apiId?: string; /** * @remarks * The ID of the API group. * * @example * 123 */ groupId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }