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