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