export default class AuthApi { static postRequestLoginCredential: (username: string, password: string) => Promise>; static getImpersonate: (userId: string) => Promise>; static logout: () => Promise>; }