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