import { FlowrEventSchedule } from './FlowrEventSchedule'; import { Instant } from './Item'; export declare class FlowrEventScheduleCron extends FlowrEventSchedule { cronExpression: string; end?: Instant; start?: Instant; constructor(src: FlowrEventScheduleCron); }