export declare const compMul: (x: bigint, other: bigint) => bigint; export declare const compDiv: (x: bigint, other: bigint) => bigint;