import type { OutputFormat } from '../types.js'; export declare function contextExportCommand(sessionId: string, opts: { source?: string; tokens?: number; includeSystemPrompt?: boolean; includeToolResults?: boolean; format?: 'messages' | 'summary'; /** M4: when set, the cross-tool resume hint targets this source instead * of the session's original source — so an agent can hand a Claude * session off to Codex/Gemini/etc. without rewriting the suggestion. */ targetSource?: string; output?: OutputFormat; json?: boolean; timing?: boolean; }): Promise; //# sourceMappingURL=context.d.ts.map