import express from "express"; /** * Build the full Express app (auth gate, OAuth routes, /mcp Streamable HTTP, * health, resources). Exported so tests can drive the REAL handlers with * supertest instead of a re-implemented stub. Does not listen. */ export declare function createSseApp(): Promise;