/** * react hooks */ import { ContextValue } from './Provider'; export default function useAcl(): ContextValue;