/** * Simple non-cryptographic stable hash (FNV-1a 32-bit) returning base36 string */ export declare function fastHash(input: string): string;