import * as i0 from "@angular/core"; export declare class BehaviorRegistry { private _registeredBehaviors; constructor(); registerBehavior(key: any, fn: () => Promise): void; has(key: any): boolean; get(key: any): () => Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }