import { RetryAbortedError } from './RetryAbortedError'; declare const ABORTABLE_PAUSE_POLL_MS = 50; declare const retry: (maxRetry: number, msPause: number, cb: (stop: () => void) => Promise) => Promise; export { ABORTABLE_PAUSE_POLL_MS, retry, RetryAbortedError }; //# sourceMappingURL=retry.d.ts.map