export declare function asyncActionTimeCounting(pending: Promise, extraInfo?: { key?: string; info?: any; maxPendingTime?: number; }): Promise;