/** * Get the hour floor as a Base 32 string * @param timestamp The timestamp as a number * @returns {string} * * @example * U.hourFloor(1605532173) // => '1fnp540' */ export declare function hourFloor(timestamp: number): string; //# sourceMappingURL=hourFloor.d.ts.map