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