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