import { Observable } from 'rxjs'; import { PauseDelayOptions } from '../../types/pause-delay.type'; /** * Returns an observable that emits 0 after the computed cycle delay, or immediately if delay <= 0. */ export declare function getCycleTimer$(options: PauseDelayOptions): Observable<0>; //# sourceMappingURL=cycle-timer.d.ts.map