import type { LogEntry } from "./types.js"; import type { LogEvent } from "./logEvents.js"; export declare function jsEventsFromEntries(entries: LogEntry[], deviceName: string): LogEvent[]; export declare function findJsEvent(id: string): LogEvent | undefined; //# sourceMappingURL=jsLogEvents.d.ts.map