import { type ServerConfig } from './types.js'; export declare class CodexMcpServer { private readonly server; private readonly config; constructor(config: ServerConfig); private setupHandlers; private isValidToolName; start(): Promise; } //# sourceMappingURL=server.d.ts.map