import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetVehicleCommandInput extends GetVehicleRequest {} export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {} declare const GetVehicleCommand_base: { new ( input: GetVehicleCommandInput, ): import("@smithy/core/client").CommandImpl< GetVehicleCommandInput, GetVehicleCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetVehicleCommandInput, ): import("@smithy/core/client").CommandImpl< GetVehicleCommandInput, GetVehicleCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetVehicleCommand extends GetVehicleCommand_base { protected static __types: { api: { input: GetVehicleRequest; output: GetVehicleResponse; }; sdk: { input: GetVehicleCommandInput; output: GetVehicleCommandOutput; }; }; }