/** N bytes of cryptographically-secure randomness. */ export declare function randomBytes(n: number): Uint8Array; //# sourceMappingURL=random.d.ts.map