import type { contextAppInformation } from './index';
export default function createACLHelper(getContextAppInformation: () => Promise<contextAppInformation['responseType']>): (privilege: string) => Promise<boolean>;
