import { QRCode } from "jsqr"; export default class Payload61 { data: string[]; constructor(qrCode: QRCode); get type(): string; get version(): string; get ownerAddress(): string; }