/**
 * Cycle through the nodes and edges of the current wskflow,
 * simulating a hover effect on them, each in turn. A cancellable will
 * be registered with the given object.
 *
 */
export declare const wskflowCycle: (obj: any) => void;
