import type * as mod from "./index.js"; import type * as payloads from "./payloads.js"; /** * Create a proposal with the backing `stake_pool`. * @param execution_hash Required. This is the hash of the resolution script. When the proposal is resolved, * only the exact script with matching hash can be successfully executed. */ export declare const create_proposal: ({ args, }: mod.CreateProposalArgs) => payloads.CreateProposal; /** Vote on proposal with `proposal_id` and voting power from `stake_pool`. */ export declare const vote: ({ args }: mod.VoteArgs) => payloads.Vote; //# sourceMappingURL=entry.d.ts.map