export declare const VehicleType: { readonly CAR: "car"; readonly MOTORCYCLE: "motorcycle"; }; export type VehicleTypeLiteral = (typeof VehicleType)[keyof typeof VehicleType]; //# sourceMappingURL=common.d.ts.map