import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchCreateVehicleCommandInput extends BatchCreateVehicleRequest {} export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleResponse, __MetadataBearer {} declare const BatchCreateVehicleCommand_base: { new ( input: BatchCreateVehicleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchCreateVehicleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base { protected static __types: { api: { input: BatchCreateVehicleRequest; output: BatchCreateVehicleResponse; }; sdk: { input: BatchCreateVehicleCommandInput; output: BatchCreateVehicleCommandOutput; }; }; }