import type { AgentTrace } from '../types'; /** * Convert JSONL log entries to AgentTrace. * Each line/entry should have at least an `event` or `msg` field. * Accepts array of log entries or a newline-delimited string. */ export declare function convertGeneric(input: any): AgentTrace; //# sourceMappingURL=generic.d.ts.map