export declare function promiseTimeoutWrapper(promise: Promise, expiry_time: number, abortController: AbortController): Promise;