export declare function buildCronEventPrompt(pendingEvents: string[]): string; export declare function isExecCompletionEvent(evt: string): boolean; export declare function isCronSystemEvent(evt: string): boolean;