/** * Open Launch Center Pro's QR action. * * @returns Launch Center Pro QR action URL. * @example * qr() * // => 'launch://qr' * @link https://help.contrast.co/hc/en-us/articles/203351237-2-3-Release-Notes */ export declare function qr(): string;