/** * Coerces a value to a function. */ export declare function toFn(v: T | (() => T)): () => T;