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