import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTelemetryRuleForOrganizationInput, GetTelemetryRuleForOrganizationOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetTelemetryRuleForOrganizationCommandInput extends GetTelemetryRuleForOrganizationInput {} export interface GetTelemetryRuleForOrganizationCommandOutput extends GetTelemetryRuleForOrganizationOutput, __MetadataBearer {} declare const GetTelemetryRuleForOrganizationCommand_base: { new ( input: GetTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryRuleForOrganizationCommandInput, GetTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTelemetryRuleForOrganizationCommand extends GetTelemetryRuleForOrganizationCommand_base { protected static __types: { api: { input: GetTelemetryRuleForOrganizationInput; output: GetTelemetryRuleForOrganizationOutput; }; sdk: { input: GetTelemetryRuleForOrganizationCommandInput; output: GetTelemetryRuleForOrganizationCommandOutput; }; }; }