/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * FNV-1a hashing for deterministic coarse-placer dataset ordering and variant selection. */ /** * FNV-1a → uint32, for deterministic ordering/variant choice. */ export declare function hashFNV1a(s: string): number; //# sourceMappingURL=fnv-hash.d.ts.map