/**
 * Create a cryptographically secure random value.
 *
 * @throws {Error} If the crypto module is not available.
 */
export declare function createEntropy(byteLength: number): Uint8Array;
//# sourceMappingURL=crypto.d.ts.map