import { AtmoApiBase } from "../AtmoApiBase"; export declare class UserPermissionsApi extends AtmoApiBase { getCurrentUserPermissions(): Promise; getUsersPermissions(userId: string): Promise; }