import { Observable } from 'rxjs/Observable'; import { HttpService } from './../http/http.utils'; import { AnyJson } from './../json/json.utils'; export declare class StaticResources { private http; private readonly base; constructor(aBaseUrl: URL | undefined, http: HttpService); get(aKey: string): Observable; }