import { BiometryStatus } from '../LocalAuthentication/types';
export default function useBiometryStatus(): BiometryStatus | undefined;
