import { ILoadedListOnToolbarToolsRefreshConfigEntity } from '../../definition'; /** * @stable [09.09.2020] * @param cfg */ export declare const makeToolbarToolsEffectsProxy: (cfg: ILoadedListOnToolbarToolsRefreshConfigEntity) => () => void;