export interface FileBridgePathOpts { sessionId?: string; cwd?: string; pid?: number; } /** Resolve a transcript/events path for a file-backed structured-bridge CLI. */ export declare function resolveFileBridgePath(cliId: string | undefined, opts: FileBridgePathOpts): string | undefined; //# sourceMappingURL=file-bridge-path.d.ts.map