export declare const setAsyncFunctionTimer: (fn: () => Promise, timer: number) => Promise;