import { GetGrantedAccessParams, GrantedAccessResponse } from '../types/index.js'; import { IExecConsumer } from '../types/internalTypes.js'; export declare const getGrantedAccess: ({ iexec, protectedData, authorizedApp, authorizedUser, isUserStrict, page, pageSize, bulkOnly, }: IExecConsumer & GetGrantedAccessParams) => Promise;