export declare class WorkflowMonitor { static log(message: string): void; static logStateChange(oldState: string, newState: string): void; static logEventTrigger(eventName: string): void; }