import { NodeDef } from 'node-red'; export interface EventManagerCheckpointDef extends NodeDef { name: string; debugStatus: string; } //# sourceMappingURL=event-manager-checkpoint.def.d.ts.map