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