import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateOrganizationCommandInput extends CreateOrganizationRequest {} export interface CreateOrganizationCommandOutput extends CreateOrganizationResponse, __MetadataBearer {} declare const CreateOrganizationCommand_base: { new ( input: CreateOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateOrganizationCommandInput, CreateOrganizationCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [CreateOrganizationCommandInput] ): import("@smithy/core/client").CommandImpl< CreateOrganizationCommandInput, CreateOrganizationCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateOrganizationCommand extends CreateOrganizationCommand_base { protected static __types: { api: { input: CreateOrganizationRequest; output: CreateOrganizationResponse; }; sdk: { input: CreateOrganizationCommandInput; output: CreateOrganizationCommandOutput; }; }; }