import { HttpService } from './http.service'; import { LocalFileJson } from './localfilejson'; import * as i0 from "@angular/core"; export declare class LocalTupleService extends LocalFileJson { httpSrv: HttpService; constructor(httpSrv: HttpService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }