/** * Fill up the provided bytes array with random bytes equal to its length. * * @returns the same bytes array passed into the method */ export declare function getRandomValues(array: Uint8Array): Promise;