import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTelemetryRuleInput, CreateTelemetryRuleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTelemetryRuleCommandInput extends CreateTelemetryRuleInput {} export interface CreateTelemetryRuleCommandOutput extends CreateTelemetryRuleOutput, __MetadataBearer {} declare const CreateTelemetryRuleCommand_base: { new ( input: CreateTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTelemetryRuleCommand extends CreateTelemetryRuleCommand_base { protected static __types: { api: { input: CreateTelemetryRuleInput; output: CreateTelemetryRuleOutput; }; sdk: { input: CreateTelemetryRuleCommandInput; output: CreateTelemetryRuleCommandOutput; }; }; }