declare module "bigint-isqrt" { export default function (x: bigint): bigint; }