export declare class ImpersonateAPI { static canRunTestInSession(): boolean static canRunTestsWhileImpersonated(): boolean static teardownImpersonation(expectedUserID?: string): string }