import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {} export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, __MetadataBearer {} declare const BatchGetVariableCommand_base: { new ( input: BatchGetVariableCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetVariableCommandInput, BatchGetVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetVariableCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetVariableCommandInput, BatchGetVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base { protected static __types: { api: { input: BatchGetVariableRequest; output: BatchGetVariableResult; }; sdk: { input: BatchGetVariableCommandInput; output: BatchGetVariableCommandOutput; }; }; }