import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface BatchGetViewCommandInput extends BatchGetViewInput {} export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __MetadataBearer {} declare const BatchGetViewCommand_base: { new ( input: BatchGetViewCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [BatchGetViewCommandInput] ): import("@smithy/core/client").CommandImpl< BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetViewCommand extends BatchGetViewCommand_base { protected static __types: { api: { input: BatchGetViewInput; output: BatchGetViewOutput; }; sdk: { input: BatchGetViewCommandInput; output: BatchGetViewCommandOutput; }; }; }