import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAccountCommandInput extends CreateAccountRequest {} export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {} declare const CreateAccountCommand_base: { new ( input: CreateAccountCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAccountCommandInput, CreateAccountCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAccountCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAccountCommandInput, CreateAccountCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAccountCommand extends CreateAccountCommand_base { protected static __types: { api: { input: CreateAccountRequest; output: CreateAccountResponse; }; sdk: { input: CreateAccountCommandInput; output: CreateAccountCommandOutput; }; }; }