export declare const minBigInt: (a: bigint, b: bigint) => bigint;
export declare const maxBigInt: (a: bigint, b: bigint) => bigint;
