import { BiometryType } from './definitions';
/**
 * Return a human-readable name for a BiometryType.
 */
export declare function getBiometryName(type: BiometryType): string;
