Optionalsignature?: (...args: any[]) => anyPhantom property, never set at runtime. Assign undefined as YourFnType | undefined
to make InferredConfig infer that specific function type instead of the generic
(...args: unknown[]) => unknown fallback.
A field expecting a function value.