import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTelemetryRuleForOrganizationInput, CreateTelemetryRuleForOrganizationOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTelemetryRuleForOrganizationCommandInput extends CreateTelemetryRuleForOrganizationInput {} export interface CreateTelemetryRuleForOrganizationCommandOutput extends CreateTelemetryRuleForOrganizationOutput, __MetadataBearer {} declare const CreateTelemetryRuleForOrganizationCommand_base: { new ( input: CreateTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTelemetryRuleForOrganizationCommand extends CreateTelemetryRuleForOrganizationCommand_base { protected static __types: { api: { input: CreateTelemetryRuleForOrganizationInput; output: CreateTelemetryRuleForOrganizationOutput; }; sdk: { input: CreateTelemetryRuleForOrganizationCommandInput; output: CreateTelemetryRuleForOrganizationCommandOutput; }; }; }