import { FactoryFunction } from './types'; export declare function asSingleton(func: FactoryFunction): FactoryFunction;