export interface IAuthenticationOptions extends Record { authorizationNotRequired: boolean; } export declare function getGuestToken(): Promise;