import http from 'http'; import { URL } from 'url'; export declare function handleWorkspacesRoutes(_req: http.IncomingMessage, res: http.ServerResponse, _url: URL, pathname: string, method: string): Promise; //# sourceMappingURL=workspaces.d.ts.map