export declare const PVote: import("../../../PTypes/PStruct/pstruct.js").PStruct<{
    No: {};
    Yes: {};
    Abstain: {};
}, import("../../../index.js").Methods>;
