declare function _getRandomValues(buff: Uint8Array): Uint8Array; /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues) */ export declare const getRandomValues: ((array: T) => T) | typeof _getRandomValues; export {};