import { ApiPolicy } from '../../policies/api_policy'; export declare class UserPolicy extends ApiPolicy { me(): boolean; index(): boolean; authenticate(): boolean; jobs(): boolean; setAsAdmin(): boolean; changePassword(): boolean; createBySocial(): boolean; allowedUser(): boolean; }