/// 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 { DisableKeyInput } from '../types/DisableKeyInput'; import { DisableKeyOutput } from '../types/DisableKeyOutput'; import { KMSResolvedConfiguration } from '../KMSConfiguration'; export * from '../types/DisableKeyInput'; export * from '../types/DisableKeyOutput'; export * from '../types/DisableKeyExceptionsUnion'; export declare class DisableKeyCommand implements __aws_sdk_types.Command { readonly input: DisableKeyInput; readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack; constructor(input: DisableKeyInput); resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: KMSResolvedConfiguration): __aws_sdk_types.Handler; }