import { QRCode } from "jsqr"; export default class Payload22 { data: string[]; constructor(qrCode: QRCode); get type(): string; get version(): string; get number(): string; get numberType(): string; get identifier(): string; get engineModel(): string; get sheetType(): string; }