import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { UnlabelParameterVersionRequest, UnlabelParameterVersionResult } from "../models/models_1";
export { __MetadataBearer };
export interface UnlabelParameterVersionCommandInput extends UnlabelParameterVersionRequest {}
export interface UnlabelParameterVersionCommandOutput
  extends UnlabelParameterVersionResult, __MetadataBearer {}
declare const UnlabelParameterVersionCommand_base: {
  new (
    input: UnlabelParameterVersionCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UnlabelParameterVersionCommandInput,
    UnlabelParameterVersionCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: UnlabelParameterVersionCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UnlabelParameterVersionCommandInput,
    UnlabelParameterVersionCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class UnlabelParameterVersionCommand extends UnlabelParameterVersionCommand_base {
  protected static __types: {
    api: {
      input: UnlabelParameterVersionRequest;
      output: UnlabelParameterVersionResult;
    };
    sdk: {
      input: UnlabelParameterVersionCommandInput;
      output: UnlabelParameterVersionCommandOutput;
    };
  };
}
