import OrderappMerchantApi from './index'; export default class AuthApi { api: OrderappMerchantApi; constructor(api: OrderappMerchantApi); login(username: string, password: string): Promise; scopeLogin(username: string, password: string): Promise; refresh(token: string): Promise; updateUser(username: string, password: string): Promise; deleteUser(username: string): Promise; updateUserScope(username: string, scopes: TScope[]): Promise; } //# sourceMappingURL=Auth.d.ts.map