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