import Store from "../interfaces/Store"; import { Action } from "../types"; export default function bindAction(action: Action, store: Store): (...args: any[]) => void | Promise;