export declare const BASE32 = "0123456789bcdefghjkmnpqrstuvwxyz"; export declare const BASE32_DECODE: Record; /** Throw TypeError if any character is not a valid base32 geohash character. */ export declare function validateGeohash(hash: string): void; /** Return true if the string is a non-empty valid base32 geohash. */ export declare function isValidGeohash(hash: string): boolean; //# sourceMappingURL=base32.d.ts.map