import { EntityState, EntityStore, QueryEntity } from '@datorama/akita'; import { RefreshToken } from '../models/refresh-token'; import { RefreshTokenService } from '../services/refresh-token/refresh-token.service'; import * as i0 from "@angular/core"; export interface RefreshTokenState extends EntityState { } export declare class RefreshTokenStore extends EntityStore { private refreshTokenService; constructor(refreshTokenService: RefreshTokenService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class RefreshTokenQuery extends QueryEntity { protected store: RefreshTokenStore; constructor(store: RefreshTokenStore); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }