/** * The hover documentation for the Node application syntax: the five route * roles, `server`, `p"..."`, `@websocket`, `@notFound` and `@response`. Split * out of `compiler.ts` so both files stay inside D115 §一.1's reading budget — * this is prose the editor shows, and it is read and edited on its own. */ export declare const nodeKeywordDocumentation: Readonly<{ server: string; p: string; "@get": string; "@post": string; "@put": string; "@patch": string; "@delete": string; "@websocket": string; "@notFound": string; "@response": string; }>; //# sourceMappingURL=server-documentation.d.ts.map