import type ACDFTupleExtended from "../types/ACDFTupleExtended.mjs"; /** * @summary Determine whether an ACDF tuple involves granting access * @param {Array} tuple The ACDF tuple * @returns {Boolean} `true` if the permissions involve granting access * @function */ export declare function grantsAccess(tuple: ACDFTupleExtended): boolean; export default grantsAccess; //# sourceMappingURL=grantsAccess.d.mts.map