export declare class BasePermissions { static forms: { admin: { contentType: string; action: string; }; edit: { contentType: string; action: string; }; }; static links: { edit: { contentType: string; action: string; }; }; static pages: { edit: { contentType: string; action: string; }; }; static settings: { edit: { contentType: string; action: string; }; }; } //# sourceMappingURL=BasePermissions.d.ts.map