import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSamplingRuleRequest, CreateSamplingRuleResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface CreateSamplingRuleCommandInput extends CreateSamplingRuleRequest {} export interface CreateSamplingRuleCommandOutput extends CreateSamplingRuleResult, __MetadataBearer {} declare const CreateSamplingRuleCommand_base: { new ( input: CreateSamplingRuleCommandInput ): import("@smithy/core/client").CommandImpl< CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSamplingRuleCommandInput ): import("@smithy/core/client").CommandImpl< CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateSamplingRuleCommand extends CreateSamplingRuleCommand_base { protected static __types: { api: { input: CreateSamplingRuleRequest; output: CreateSamplingRuleResult; }; sdk: { input: CreateSamplingRuleCommandInput; output: CreateSamplingRuleCommandOutput; }; }; }