type Options = { scope?: 'component' | 'feature' | (string & {}); inactiveBehavior?: 'unmount' | 'retain'; }; export declare function lifecycleBound(options?: Options): (constructor: any) => any; export {}; //# sourceMappingURL=LifecycleBound.d.ts.map