import { Node } from "..";
export declare function canPropose(this: Node): Promise<boolean>;
