import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKeyValueStoreRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKeyValueStoreCommandInput extends DeleteKeyValueStoreRequest {} export interface DeleteKeyValueStoreCommandOutput extends __MetadataBearer {} declare const DeleteKeyValueStoreCommand_base: { new ( input: DeleteKeyValueStoreCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKeyValueStoreCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKeyValueStoreCommand extends DeleteKeyValueStoreCommand_base { protected static __types: { api: { input: DeleteKeyValueStoreRequest; output: {}; }; sdk: { input: DeleteKeyValueStoreCommandInput; output: DeleteKeyValueStoreCommandOutput; }; }; }