import type { CommandContext } from "../registry.js"; export declare function runServeLsp(ctx: CommandContext): Promise; export declare function runServeMcp(ctx: CommandContext): Promise; export declare function runServeUnknown(ctx: CommandContext): Promise; //# sourceMappingURL=serve.d.ts.map