declare const AuthService: { init(apiKey: string): Promise; getToken(): string | null; clear(): void; }; export { AuthService };