import { IAuthService } from "../common-types"; export declare class StaticAuthService implements IAuthService { get isAuthenticated(): boolean; checkAuthenticated(): Promise; }