import { ParserType } from './utils'; export declare function parseQR(qrString: string): ParserType;