import type { ExtensionDescriptor } from './extensions.ts';
/**
 * Pre-configured extension descriptor for the Web Crypto API extension.
 *
 * Pass this to `QuickJS.create()` or `QuickJS.restore()` in the
 * `extensions` array to add `crypto` (with `crypto.subtle`) to the
 * global scope.
 */
export declare const cryptoExtension: ExtensionDescriptor;
//# sourceMappingURL=crypto.d.ts.map