import { ProviderFn, RunFnExpression } from "./types/types"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class LazyService { run(fn: RunFnExpression, providerFn: ProviderFn): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }