/** * MCP State Server * * Provides tools for reading and writing OMK workflow state via the Model Context Protocol. * Enhanced with evidence submission, verification, and phase assertion capabilities. */ export declare function runStateServer(): Promise; //# sourceMappingURL=state-server.d.ts.map