export declare const userImpersonationService: (grant_type: string, client_id: string, scope: string, UserId?: string, TenantId?: string, __tenant?: string, TenantUserName?: string) => Promise; export declare const clearToken: () => void;