import type { QRCodeData } from '../definitions';
export declare function formatQRData(data: QRCodeData): string;
