import * as $dara from '@darabonba/typescript'; import { DescribeElasticityAssurancesResponseBody } from "./DescribeElasticityAssurancesResponseBody"; export declare class DescribeElasticityAssurancesResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DescribeElasticityAssurancesResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }