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