import { OAuthToken } from '@cxcloud/ct-types/customers'; export declare namespace Users { function adminLogin(email: string, password: string): Promise; }