declare const cryptoRandomBytes: (length: number) => Uint8Array; declare function insecurePseudoRandomBytes(length: number): Uint8Array; export { cryptoRandomBytes, insecurePseudoRandomBytes, };