import { Interval } from '@metromobilite/m-features/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TransformerHelper { constructor(); buildDynamicProperties(interval: Interval, getDataFn: () => Observable): Observable; listenDynamicProperties(interval: Interval, obs: Observable, id: string, subscribers: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }