import { ByteArray } from '../array';
export declare function _randomBytes(x: ByteArray, n: number): void;
