import { CaughtException } from '../../etc/caught-exception'; export declare class AuthBiometry extends CaughtException { readonly name = "AuthBiometry"; static instanceOf(error: Error | NonNullable): boolean; static readonly UNKNOWN_ERROR: CaughtException; static readonly AUTH_FORBIDDEN: CaughtException; static readonly INVALID_SIGNATURE: CaughtException; }