import { Node } from "..";
export declare function voteBundleProposal(this: Node, storageId: string, vote: number): Promise<void>;
