import { Observable } from 'rxjs'; import { ITokenService, ITokenModel } from './interface'; import { IStore } from '../store/interface'; import { DelonAuthConfig } from '../auth.config'; import * as i0 from "@angular/core"; export declare class TokenService implements ITokenService { private options; private store; private change$; private data; private _redirect; constructor(options: DelonAuthConfig, store: IStore); get login_url(): string; set redirect(url: string); get redirect(): string; set(data: ITokenModel): boolean; get(type?: any): any; clear(): void; change(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=token.service.d.ts.map