import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKVoiceClient"; import { DeleteSipRuleRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {} export interface DeleteSipRuleCommandOutput extends __MetadataBearer {} declare const DeleteSipRuleCommand_base: { new ( input: DeleteSipRuleCommandInput ): import("@smithy/core/client").CommandImpl< DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteSipRuleCommandInput ): import("@smithy/core/client").CommandImpl< DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteSipRuleCommand extends DeleteSipRuleCommand_base { protected static __types: { api: { input: DeleteSipRuleRequest; output: {}; }; sdk: { input: DeleteSipRuleCommandInput; output: DeleteSipRuleCommandOutput; }; }; }