import { ICryptoProvider } from './abstract.js';
export declare function millerRabin(crypto: ICryptoProvider, n: bigint, rounds?: number): boolean;
