import { PluginConfig } from "./pluginConfig";
export default function createCustomDispatch(reactotron: any, store: {
    dispatch: Function;
    getState?: Function;
}, pluginConfig: PluginConfig): (action: any) => any;
//# sourceMappingURL=customDispatch.d.ts.map