import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudFrontKeyValueStoreClient"; import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteKeyCommandInput extends DeleteKeyRequest {} export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBearer {} declare const DeleteKeyCommand_base: { new ( input: DeleteKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteKeyCommandInput, DeleteKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteKeyCommandInput, DeleteKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteKeyCommand extends DeleteKeyCommand_base { protected static __types: { api: { input: DeleteKeyRequest; output: DeleteKeyResponse; }; sdk: { input: DeleteKeyCommandInput; output: DeleteKeyCommandOutput; }; }; }