import { InjectionToken } from "injection-js";
import type { Observable } from "rxjs";
export type DestoryRef = Observable<void>;
export declare const DESTORY_REF: InjectionToken<DestoryRef>;
//# sourceMappingURL=index.d.ts.map