import { Command as $Command } from "@smithy/core/client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  ActivateKeySigningKeyRequest,
  ActivateKeySigningKeyResponse,
} from "../models/models_0";
import {
  Route53ClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../Route53Client";
export { __MetadataBearer };
export { $Command };
export interface ActivateKeySigningKeyCommandInput
  extends ActivateKeySigningKeyRequest {}
export interface ActivateKeySigningKeyCommandOutput
  extends ActivateKeySigningKeyResponse,
    __MetadataBearer {}
declare const ActivateKeySigningKeyCommand_base: {
  new (
    input: ActivateKeySigningKeyCommandInput
  ): import("@smithy/core/client").CommandImpl<
    ActivateKeySigningKeyCommandInput,
    ActivateKeySigningKeyCommandOutput,
    Route53ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: ActivateKeySigningKeyCommandInput
  ): import("@smithy/core/client").CommandImpl<
    ActivateKeySigningKeyCommandInput,
    ActivateKeySigningKeyCommandOutput,
    Route53ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): {
    [x: string]: unknown;
  };
};
export declare class ActivateKeySigningKeyCommand extends ActivateKeySigningKeyCommand_base {
  protected static __types: {
    api: {
      input: ActivateKeySigningKeyRequest;
      output: ActivateKeySigningKeyResponse;
    };
    sdk: {
      input: ActivateKeySigningKeyCommandInput;
      output: ActivateKeySigningKeyCommandOutput;
    };
  };
}
