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