export declare function canResume(sessionId: string): { resumable: boolean; allowedActions: string[]; message: string; }; export declare function resumeSession(sessionId: string, action: 'build' | 'iterate'): void; //# sourceMappingURL=resume.d.ts.map