/// import * as __aws_sdk_middleware_stack from '@aws-sdk/middleware-stack'; import * as __aws_sdk_types from '@aws-sdk/types'; import * as _stream from 'stream'; import { InputTypesUnion } from '../types/InputTypesUnion'; import { OutputTypesUnion } from '../types/OutputTypesUnion'; import { EnableKeyInput } from '../types/EnableKeyInput'; import { EnableKeyOutput } from '../types/EnableKeyOutput'; import { KMSResolvedConfiguration } from '../KMSConfiguration'; export * from '../types/EnableKeyInput'; export * from '../types/EnableKeyOutput'; export * from '../types/EnableKeyExceptionsUnion'; export declare class EnableKeyCommand implements __aws_sdk_types.Command { readonly input: EnableKeyInput; readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack; constructor(input: EnableKeyInput); resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: KMSResolvedConfiguration): __aws_sdk_types.Handler; }