import { QRCode } from "jsqr"; export default class Payload71 { data: string[]; constructor(qrCode: QRCode); get type(): string; get version(): string; get carType(): string; get use(): string; get purpose(): string; get shape(): string; get capacity1(): string; get capacity2(): string; get maxCarrying1(): string; get maxCarrying2(): string; get weight1(): string; get weight2(): string; get code(): string; get mileage(): string; get mileageType(): string; }