import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {} export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __MetadataBearer {} declare const BatchGetFieldCommand_base: { new ( input: BatchGetFieldCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetFieldCommandInput, BatchGetFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetFieldCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetFieldCommandInput, BatchGetFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base { protected static __types: { api: { input: BatchGetFieldRequest; output: BatchGetFieldResponse; }; sdk: { input: BatchGetFieldCommandInput; output: BatchGetFieldCommandOutput; }; }; }