export interface AnonymousRoleApi { /** * * @return a list containing all the permissions that can be used in roles. */ getPermissions(): Promise>; }