import { TypedArray } from 'expo-modules-core'; import { CryptoDigestAlgorithm, CryptoDigestOptions } from './Crypto.types'; declare const _default: { digestStringAsync(algorithm: CryptoDigestAlgorithm, data: string, options: CryptoDigestOptions): Promise; getRandomBytes(length: number): Uint8Array; getRandomBytesAsync(length: number): Promise; getRandomValues(typedArray: TypedArray): TypedArray; randomUUID(): `${string}-${string}-${string}-${string}-${string}`; digestAsync(algorithm: AlgorithmIdentifier, data: ArrayBuffer): Promise; }; export default _default; //# sourceMappingURL=ExpoCrypto.web.d.ts.map