import type { HttpLanguagePlugin } from './types.js'; export declare const JAVASCRIPT_HTTP_PLUGIN: HttpLanguagePlugin; export declare const TYPESCRIPT_HTTP_PLUGIN: HttpLanguagePlugin; export declare const TSX_HTTP_PLUGIN: HttpLanguagePlugin;