import * as __aws_sdk_middleware_stack from '@aws-js-sdk-v3-prerelease/middleware-stack'; import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; import { InputTypesUnion } from '../types/InputTypesUnion'; import { OutputTypesUnion } from '../types/OutputTypesUnion'; import { DeleteIdentityPoolInput } from '../types/DeleteIdentityPoolInput'; import { DeleteIdentityPoolOutput } from '../types/DeleteIdentityPoolOutput'; import { CognitoIdentityResolvedConfiguration } from '../CognitoIdentityConfiguration'; export declare class DeleteIdentityPoolCommand implements __aws_sdk_types.Command { readonly input: DeleteIdentityPoolInput; readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack; constructor(input: DeleteIdentityPoolInput); resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: CognitoIdentityResolvedConfiguration): __aws_sdk_types.Handler; }