import { Lifecycle } from 'tsyringe-neo';
export declare class SingletonContainer {
    token: symbol;
    useClass: any;
    lifecycle: Lifecycle;
    constructor(token: symbol, useClass: any);
}
