import { SinkContainer } from 'redux-sink'; import { InferableComponentEnhancerWithProps } from 'react-redux'; import { Constructor, SinkSubscriber } from './typings'; export declare function createSinking(container: SinkContainer): (sink: Constructor, subscriber?: boolean | SinkSubscriber) => InferableComponentEnhancerWithProps;