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