import type { DelayedFunction } from "../dependencies/types"; export type MaybeDelayedFunction any> = F & Partial, "cancel" | "flush" | "pending" | "result">>;