export declare function timeoutPromise(promise: Promise, timeout: number, reason?: string): Promise;