import { MachineName } from "./machineName"; export declare class PlannedStop { id: string; creationDate: Date; stopTypeId: string; periodicity: string; duration: number; description: string; isGlobal: boolean; ownerId: string; machines: MachineName[]; }