declare class Crypto { getRandomValues(values: TArray): TArray; } declare const webCrypto: Crypto | globalThis.Crypto; export default webCrypto; export declare function polyfillWebCrypto(): void; //# sourceMappingURL=index.d.ts.map