declare const isProbablyPrime: (n: bigint, k?: number) => boolean;
export default isProbablyPrime;
