import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchReadRequest, BatchReadResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchReadCommandInput extends BatchReadRequest {} export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {} declare const BatchReadCommand_base: { new ( input: BatchReadCommandInput, ): import("@smithy/core/client").CommandImpl< BatchReadCommandInput, BatchReadCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchReadCommandInput, ): import("@smithy/core/client").CommandImpl< BatchReadCommandInput, BatchReadCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchReadCommand extends BatchReadCommand_base { protected static __types: { api: { input: BatchReadRequest; output: BatchReadResponse; }; sdk: { input: BatchReadCommandInput; output: BatchReadCommandOutput; }; }; }