declare const onLoop: (cb: (val: void) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable; export { onLoop }; export declare const emitLoop: () => false | void;