import type { Uint8Array_ } from '../../../types/index.js';
/**
 * 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<Uint8Array_>;
//# sourceMappingURL=getRandomValues.d.ts.map