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