import type { BiometricResult } from "./types";
export declare const isBiometricResult: (result: unknown) => result is BiometricResult;
//# sourceMappingURL=typeGuards.d.ts.map