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