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