import type { IJsHandlerOptions, JsHandlerResult } from '../../types/index.js';
export declare function isOxcParserRuntimeSupported(version?: string): boolean;
export declare function canUseOxcJsFastPath(options: IJsHandlerOptions): boolean;
export declare function oxcJsHandler(rawSource: string, options: IJsHandlerOptions): JsHandlerResult | undefined;
