/// import type * as c from 'crypto'; type NodeCrypto = typeof c; export declare const web: Crypto | void; export declare const node: NodeCrypto | void; export {};