export declare class OnLogin { readonly token: string; onLogin(token: string): void; }