import { Maintenance_Schedule } from "../../../../../types";
import { GraphEvent } from "../types/Event";
export declare function scheduleToEvent(schedule: Maintenance_Schedule): Promise<GraphEvent | undefined>;
