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