import http from 'node:http'; export declare function isLlmRoute(pathname: string): boolean; export declare function handleLlmRoutes(req: http.IncomingMessage, res: http.ServerResponse, url: URL, pathname: string, method: string): Promise; //# sourceMappingURL=llm.d.ts.map