import createContainer from './createContainer';
import Lifetime from './constants/Lifetime';
declare const _default: {
    asValue: (value: any) => any;
    asFunction: any;
    asClass: any;
    createContainer: typeof createContainer;
    Lifetime: typeof Lifetime;
};
export default _default;
