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