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