export declare class AccessControlList { role: string; create: boolean; read: boolean; update: boolean; delete: boolean; }