/** * Encode a string as a QR code rendered with Unicode block characters. * Returns an array of text lines suitable for terminal display. */ export declare function encodeQR(data: string): Promise;