/** * Provider OAuth actions. * * The Web UI triggers structured login/logout/list actions and shows status only; * it does not expose an interactive terminal to users. */ import express from 'express'; import { createServer } from 'http'; export declare function registerResourcesTerminalRoutes(api: express.Router): void; export declare function setupResourcesTerminalWebSocket(httpServer: ReturnType): void; //# sourceMappingURL=resources-terminal.d.ts.map