import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteBillingGroupRequest, DeleteBillingGroupResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupRequest {} export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupResponse, __MetadataBearer {} declare const DeleteBillingGroupCommand_base: { new ( input: DeleteBillingGroupCommandInput ): import("@smithy/core/client").CommandImpl< DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteBillingGroupCommandInput ): import("@smithy/core/client").CommandImpl< DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base { protected static __types: { api: { input: DeleteBillingGroupRequest; output: {}; }; sdk: { input: DeleteBillingGroupCommandInput; output: DeleteBillingGroupCommandOutput; }; }; }