import type { ForkSessionOptions, ForkSessionResult } from '../types/session.js'; /** * Fork a session into a new independent session with remapped message IDs. */ export declare function forkSession(sessionId: string, options?: ForkSessionOptions): Promise;