import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTelemetryRuleInput, GetTelemetryRuleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetTelemetryRuleCommandInput extends GetTelemetryRuleInput {} export interface GetTelemetryRuleCommandOutput extends GetTelemetryRuleOutput, __MetadataBearer {} declare const GetTelemetryRuleCommand_base: { new ( input: GetTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTelemetryRuleCommand extends GetTelemetryRuleCommand_base { protected static __types: { api: { input: GetTelemetryRuleInput; output: GetTelemetryRuleOutput; }; sdk: { input: GetTelemetryRuleCommandInput; output: GetTelemetryRuleCommandOutput; }; }; }