import http from 'http'; import { URL } from 'url'; import { type HttpAdminContext } from '../context.js'; export declare function handleSkillsRoutes(req: http.IncomingMessage, res: http.ServerResponse, url: URL, pathname: string, method: string, adminContext: HttpAdminContext | null): Promise; //# sourceMappingURL=skills.d.ts.map