import { AppThunk } from '../store'; export declare const addPromise: (promise: Promise) => AppThunk;