import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKeyInput, DeleteKeyOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKeyCommandInput extends DeleteKeyInput {} export interface DeleteKeyCommandOutput extends DeleteKeyOutput, __MetadataBearer {} declare const DeleteKeyCommand_base: { new ( input: DeleteKeyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyCommandInput, DeleteKeyCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKeyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyCommandInput, DeleteKeyCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKeyCommand extends DeleteKeyCommand_base { protected static __types: { api: { input: DeleteKeyInput; output: DeleteKeyOutput; }; sdk: { input: DeleteKeyCommandInput; output: DeleteKeyCommandOutput; }; }; }