/** FNV-1a 32-bit. Used for cheap change detection and short directory keys. */ export declare function fnv1a(input: string): number; //# sourceMappingURL=hash.d.ts.map