export interface CryptoContext { crypto: { subtle: SubtleCrypto; }; } export declare const withCryptoContext: >(input: T) => T & CryptoContext; //# sourceMappingURL=c-crypto.d.ts.map