import { BN } from "./types"; export declare function getRandomSignedInt(): BN; export declare function getRandomUnsignedInt(): BN;