import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0"; export { __MetadataBearer }; export interface BatchCreateVariableCommandInput extends BatchCreateVariableRequest {} export interface BatchCreateVariableCommandOutput extends BatchCreateVariableResult, __MetadataBearer {} declare const BatchCreateVariableCommand_base: { new ( input: BatchCreateVariableCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchCreateVariableCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base { protected static __types: { api: { input: BatchCreateVariableRequest; output: BatchCreateVariableResult; }; sdk: { input: BatchCreateVariableCommandInput; output: BatchCreateVariableCommandOutput; }; }; }