export declare const useNativeScanner: (onChange?: ((val: string) => void) | undefined) => { activeNativeScanner: () => void; isTerminal: any; };