export declare enum Scope { DEFAULT = 0, TRANSIENT = 1, REQUEST = 2 } export interface ScopeOptions { scope?: Scope; }