import { Command as $Command } from "@smithy/smithy-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/smithy-client").CommandImpl< ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ActivateKeySigningKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ActivateKeySigningKeyCommand extends ActivateKeySigningKeyCommand_base { protected static __types: { api: { input: ActivateKeySigningKeyRequest; output: ActivateKeySigningKeyResponse; }; sdk: { input: ActivateKeySigningKeyCommandInput; output: ActivateKeySigningKeyCommandOutput; }; }; }