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