declare module "../types.js" { interface FlowNodeRegistry { timer: { kind: "timer"; name: string; } & TimerAt; } } export {};