declare const _default: { /** * Watches the io request represented by dfd to see if it completes. */ (dfd: Promise): void; /** * Cancels all pending IO requests, regardless of IO type */ cancelAll(): void; }; export = _default; //# sourceMappingURL=watch.d.ts.map