/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { Schema } from "./Schema.js"; export declare class QrCodeSchema extends Schema { protected encodeInternal(data: string): string; private getCode; protected decodeInternal(_encoded: string): string; get(code: string): string; } export declare const QrCode: QrCodeSchema; //# sourceMappingURL=QrCodeSchema.d.ts.map