import type { SessionUpdate } from "@agentclientprotocol/sdk"; import type { AgentEvent } from "@intentic/sandbox-contract"; export declare const editorPath: (path: string, cwd: string) => string; export declare const sessionUpdateOf: (event: AgentEvent, cwd: string) => SessionUpdate | undefined; //# sourceMappingURL=translate.d.ts.map