export declare const createCrypto: () => { crypto: Crypto; SubtleCrypto: { new (): SubtleCrypto; prototype: SubtleCrypto; }; }; declare const endowmentModule: { names: readonly ["crypto", "SubtleCrypto"]; factory: () => { crypto: Crypto; SubtleCrypto: { new (): SubtleCrypto; prototype: SubtleCrypto; }; }; }; export default endowmentModule; //# sourceMappingURL=crypto.d.mts.map