import type { ProviderParseResult, ProviderParserState } from '../types'; /** * Parse one line of the rpc-stdio lane's already-normalized OutputEvent JSON stream. The driver * normalizes raw RPC frames once; this validating passthrough keeps generic log and attach tooling * on the provider adapter contract without re-deriving events from raw frames. */ export declare function parseNormalizedOmpRpcEventLine(line: string, _state: ProviderParserState): ProviderParseResult; //# sourceMappingURL=rpc-event-lines.d.ts.map