export declare class EventPublication { id: string; workflowId: string; stepId: number; eventName: string; eventKey: string; eventData: any; }