import { Engine } from "../types"; /** * Returns a value within [0, 0xffffffff] */ export declare function uint32(engine: Engine): number;