import { Cancellable } from "@lincode/promiselikes";
export declare const loop: (cb: () => void) => Cancellable;
