/** * Throws an exception unless {@link Crypto#getRandomValues | `crypto.getRandomValues()`} is * available in the current JavaScript environment. */ export declare function assertPRNGIsAvailable(): void; //# sourceMappingURL=crypto.d.ts.map