declare const useScanGlobal: () => { openScan: (callback: (data: any) => void) => void; closeScan: () => void; }; export default useScanGlobal;