/// export declare function randBits(bitLength: number, forceLength?: boolean): Promise; export declare function randBitsSync(bitLength: number, forceLength?: boolean): Uint8Array | Buffer; //# sourceMappingURL=randBits.d.ts.map