export declare function _mulmod(x: bigint, y: bigint, m: bigint): bigint; export declare function _lt(x: bigint, y: bigint): 1n | 0n; export declare function _gt(x: bigint, y: bigint): 1n | 0n;