import { randomBytes } from '../../crypto/insecure-rand.ts'; export declare const crypto: { getRandomValues: typeof randomBytes; };