/** * GameCodex MCP Server — the game designer AI lens for programmers. * * One tool: `lens`. The knowledge base (957 docs, 29 engine modules) * ships as passive MCP resources — zero tool-schema cost, browsable by * clients that support resources. */ export declare function createServer(): Promise<{ start: () => Promise; }>;