import type { FactoryOrInstance } from './types.js'; export declare function useOptionalFactory(arg: FactoryOrInstance, deps?: unknown[]): T;