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