import type { ExtensionDescriptor } from './extensions.ts';
/**
 * Pre-configured extension descriptor for the URL extension.
 *
 * Pass this to `QuickJS.create()` or `QuickJS.restore()` in the
 * `extensions` array to add `URL` and `URLSearchParams` to the
 * global scope of the QuickJS VM.
 */
export declare const urlExtension: ExtensionDescriptor;
//# sourceMappingURL=url.d.ts.map