declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>; export { isPending };