import type { AllowDeny } from '../types'; export declare const isItemAllowed: (itemId: T, items?: AllowDeny | undefined) => boolean;