export type DispatchResult = "break" | "yield" | "timeout" | "required" | "not-found" | "invalid" | null;