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