import type { Permission } from '@directus/types';
export declare function hasItemPermissions(permission: Permission): boolean;
