import type { Authentication } from './Authentication'; export declare class PublicAuthentication implements Authentication { private readonly tokenValue; refreshToken(): Promise; token(): Promise; isPublic(): boolean; }