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