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