import FactoryFunction from "./factory-function"; export default function instanceCachingFactory(factoryFunc: FactoryFunction): FactoryFunction;