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