import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {} export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {} declare const DisassociateFromMasterAccountCommand_base: { new ( input: DisassociateFromMasterAccountCommandInput ): import("@smithy/core/client").CommandImpl< DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DisassociateFromMasterAccountCommandInput] ): import("@smithy/core/client").CommandImpl< DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DisassociateFromMasterAccountCommand extends DisassociateFromMasterAccountCommand_base { protected static __types: { api: { input: {}; output: {}; }; sdk: { input: DisassociateFromMasterAccountCommandInput; output: DisassociateFromMasterAccountCommandOutput; }; }; }