/** * Monkey patch the store.promise function to see if the action has a `promise` attribute and, if so, * override the standard return value of dispatch with the promise provided by the action. */ export default function (store: any): void;