import { UnleashClient } from 'unleash-proxy-client';
declare const useUnleashClientSubscription: (client?: UnleashClient) => (onStoreChange: () => void) => () => void;
export default useUnleashClientSubscription;
