declare function inflight( key: string | number | symbol, cb: (...args: A) => R, ): ((...args: A) => R) | null; export = inflight;