declare module 'get-random-values' { export default function (buffer: Uint8Array): Uint8Array; }