export type BindingScope = 'Singleton' | 'Transient' | 'Request';
export declare const bindingScopeValues: {
    [TKey in BindingScope]: TKey;
};
//# sourceMappingURL=BindingScope.d.ts.map