export interface PermissionsModel { all?: boolean; admin?: boolean; [key: string]: boolean; } //# sourceMappingURL=permissions.d.ts.map