import type { uint5 } from "../types.js"; export declare function rotr32(x: number, by: uint5): number;