export declare class EventSubscription { id: string; workflowId: string; stepId: number; eventName: string; eventKey: any; subscribeAsOf: Date; }