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