import { IKlesIonApi } from './kles-ionapi.interface';
import { Observable } from 'rxjs';
import { HttpClient } from '@angular/common/http';
import * as i0 from "@angular/core";
export declare class KlesIonApiService implements IKlesIonApi {
    private http;
    private _token$;
    constructor(http: HttpClient);
    auth(): Observable<any>;
    refreshToken(force?: boolean): Observable<string>;
    get token(): string;
    setDevelopmentToken(token: string): void;
    getContext(): Observable<string>;
    private setToken;
    private generateRandomString;
    private isLocalhost;
    static ɵfac: i0.ɵɵFactoryDeclaration<KlesIonApiService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<KlesIonApiService>;
}
