import { InjectedFactory } from '../types/inject-identifier.type'; /** Check if the specified object is an InjectedFactory. */ export declare function isInjectedFactory(x: object): x is InjectedFactory;