import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UnlinkIdentityInput } from "../models/models_0"; export { __MetadataBearer }; export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {} export interface UnlinkIdentityCommandOutput extends __MetadataBearer {} declare const UnlinkIdentityCommand_base: { new ( input: UnlinkIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UnlinkIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base { protected static __types: { api: { input: UnlinkIdentityInput; output: {}; }; sdk: { input: UnlinkIdentityCommandInput; output: UnlinkIdentityCommandOutput; }; }; }