import { Item, UUID } from './Item'; export declare class FlowrEventSchedule extends Item { description?: string; event: UUID; state: string; constructor(src: FlowrEventSchedule); }