export declare function promptQrCodeScan(message?: string): Promise; export declare function createPromptQrCodeScan(message?: string): () => Promise;