import { MetadataBearer as __MetadataBearer } from "@smithy/types"; export { __MetadataBearer }; export interface DeleteOrganizationCommandInput {} export interface DeleteOrganizationCommandOutput extends __MetadataBearer {} declare const DeleteOrganizationCommand_base: { new ( input: DeleteOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DeleteOrganizationCommandInput] ): import("@smithy/core/client").CommandImpl< DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteOrganizationCommand extends DeleteOrganizationCommand_base { protected static __types: { api: { input: {}; output: {}; }; sdk: { input: DeleteOrganizationCommandInput; output: DeleteOrganizationCommandOutput; }; }; }