import type { ProviderParseResult } from '../types'; export declare function parseCodexEvent(line: string): ProviderParseResult; //# sourceMappingURL=codex-parser.d.ts.map