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