/** * Runs the callback in an exponentially increasing interval. * @returns Callback to clear the interval. */ export declare const exponentialBackoffInterval: (cb: () => void, initialInterval: number) => (() => void); //# sourceMappingURL=interval.d.ts.map