export { type ComputeFacehashOptions, computeFacehash, FACE_TYPES, type FacehashData, type FaceType, type Variant } from './facehash-data.js'; export { stringHash } from './hash.js'; export { DEFAULT_COLORS, getColor } from './colors.js';