import type { CliId } from '../adapters/cli/types.js'; export declare function shouldObserveCursorChatId(opts: { cliId?: CliId | string; effectiveResume: boolean; effectiveCliSessionId?: string; }): boolean; export declare function shouldPersistObservedCursorChatId(opts: { effectiveResume: boolean; effectiveCliSessionId?: string; observedChatId: string; }): boolean; //# sourceMappingURL=cursor-resume-policy.d.ts.map