import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteSamplingRuleCommandInput extends DeleteSamplingRuleRequest {} export interface DeleteSamplingRuleCommandOutput extends DeleteSamplingRuleResult, __MetadataBearer {} declare const DeleteSamplingRuleCommand_base: { new ( input: DeleteSamplingRuleCommandInput ): import("@smithy/core/client").CommandImpl< DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DeleteSamplingRuleCommandInput] ): import("@smithy/core/client").CommandImpl< DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteSamplingRuleCommand extends DeleteSamplingRuleCommand_base { protected static __types: { api: { input: DeleteSamplingRuleRequest; output: DeleteSamplingRuleResult; }; sdk: { input: DeleteSamplingRuleCommandInput; output: DeleteSamplingRuleCommandOutput; }; }; }