import Lifetime from './constants/Lifetime';
import { IOptions } from './types';
export declare const PROPERTY_FOR_DEPENDENCIES = "dependencies";
export declare const makeFluidInterface: (obj: IOptions) => {
    setLifetime: (value: Lifetime) => IOptions;
    transient: () => IOptions;
    scoped: () => IOptions;
    singleton: () => IOptions;
};
export declare const asValue: (value: any) => any;
export declare const asFunction: any;
export declare const asClass: any;
declare const _default: {
    asValue: (value: any) => any;
    asFunction: any;
    asClass: any;
};
export default _default;
