import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBatchRequest, GetBatchResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetBatchCommandInput extends GetBatchRequest {} export interface GetBatchCommandOutput extends GetBatchResponse, __MetadataBearer {} declare const GetBatchCommand_base: { new ( input: GetBatchCommandInput, ): import("@smithy/core/client").CommandImpl< GetBatchCommandInput, GetBatchCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetBatchCommandInput, ): import("@smithy/core/client").CommandImpl< GetBatchCommandInput, GetBatchCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBatchCommand extends GetBatchCommand_base { protected static __types: { api: { input: GetBatchRequest; output: GetBatchResponse; }; sdk: { input: GetBatchCommandInput; output: GetBatchCommandOutput; }; }; }