///
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 { CreateTableInput } from '../types/CreateTableInput';
import { CreateTableOutput } from '../types/CreateTableOutput';
import { DynamoDBResolvedConfiguration } from '../DynamoDBConfiguration';
export * from '../types/CreateTableInput';
export * from '../types/CreateTableOutput';
export * from '../types/CreateTableExceptionsUnion';
export declare class CreateTableCommand implements __aws_sdk_types.Command {
readonly input: CreateTableInput;
readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack;
constructor(input: CreateTableInput);
resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: DynamoDBResolvedConfiguration): __aws_sdk_types.Handler;
}