import { IMutableContext } from 'unleash-proxy-client'; declare const useUnleashContext: () => ((context: IMutableContext) => Promise) | undefined; export default useUnleashContext;