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