import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { BatchCreateDataTableValueRequest, BatchCreateDataTableValueResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchCreateDataTableValueCommandInput extends BatchCreateDataTableValueRequest {} export interface BatchCreateDataTableValueCommandOutput extends BatchCreateDataTableValueResponse, __MetadataBearer {} declare const BatchCreateDataTableValueCommand_base: { new ( input: BatchCreateDataTableValueCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateDataTableValueCommandInput, BatchCreateDataTableValueCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchCreateDataTableValueCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchCreateDataTableValueCommandInput, BatchCreateDataTableValueCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchCreateDataTableValueCommand extends BatchCreateDataTableValueCommand_base { protected static __types: { api: { input: BatchCreateDataTableValueRequest; output: BatchCreateDataTableValueResponse; }; sdk: { input: BatchCreateDataTableValueCommandInput; output: BatchCreateDataTableValueCommandOutput; }; }; }