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