import type { SessionSource } from './types.js'; export interface ResumeHint { resume: string; resume_async: string; direct: string | null; verified: boolean; tip: string; } export declare function getResumeHint(source: SessionSource, sessionId: string): ResumeHint; export declare function formatResumeHintPlain(source: SessionSource, sessionId: string): string; //# sourceMappingURL=resume.d.ts.map