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