import * as __aws_sdk_middleware_stack from '@aws-sdk/middleware-stack'; import * as __aws_sdk_types from '@aws-sdk/types'; import { InputTypesUnion } from '../types/InputTypesUnion'; import { OutputTypesUnion } from '../types/OutputTypesUnion'; import { DescribeGlobalTableInput } from '../types/DescribeGlobalTableInput'; import { DescribeGlobalTableOutput } from '../types/DescribeGlobalTableOutput'; import { DynamoDBResolvedConfiguration } from '../DynamoDBConfiguration'; export * from '../types/DescribeGlobalTableInput'; export * from '../types/DescribeGlobalTableOutput'; export * from '../types/DescribeGlobalTableExceptionsUnion'; export declare class DescribeGlobalTableCommand implements __aws_sdk_types.Command { readonly input: DescribeGlobalTableInput; readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack; constructor(input: DescribeGlobalTableInput); resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: DynamoDBResolvedConfiguration): __aws_sdk_types.Handler; }