import { Node } from "..";
export declare function waitForNextBundleProposal(this: Node, createdAt: number): Promise<void>;
