import type { ActionStatusType, AllowedLogicType } from '../types';
export declare const checkIfAllowed: <T extends string = string>(actionsStatus: ActionStatusType<T>[], isAllowed: AllowedLogicType, payload: T[]) => boolean;
