import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse, } from "../models/models_0"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Route53Client"; export { __MetadataBearer }; export { $Command }; export interface CreateKeySigningKeyCommandInput extends CreateKeySigningKeyRequest {} export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyResponse, __MetadataBearer {} declare const CreateKeySigningKeyCommand_base: { new ( input: CreateKeySigningKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateKeySigningKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateKeySigningKeyCommand extends CreateKeySigningKeyCommand_base { protected static __types: { api: { input: CreateKeySigningKeyRequest; output: CreateKeySigningKeyResponse; }; sdk: { input: CreateKeySigningKeyCommandInput; output: CreateKeySigningKeyCommandOutput; }; }; }