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