import { Node } from "../..";
/**
 * waitForCacheContinuation waits until a new bundle proposal is
 * available. We don't need to sync the pool because the pool
 * state already gets synced in the other main function "runNode"
 * so we only listen here
 *
 * @method waitForCacheContinuation
 * @param {Node} this
 * @return {Promise<void>}
 */
export declare function waitForCacheContinuation(this: Node, updatedAt: number): Promise<void>;
