import { WeightedVoteOption } from "./module/types/cosmos/gov/v1beta1/gov"; import { TextProposal } from "./module/types/cosmos/gov/v1beta1/gov"; import { Deposit } from "./module/types/cosmos/gov/v1beta1/gov"; import { Proposal } from "./module/types/cosmos/gov/v1beta1/gov"; import { TallyResult } from "./module/types/cosmos/gov/v1beta1/gov"; import { Vote } from "./module/types/cosmos/gov/v1beta1/gov"; import { DepositParams } from "./module/types/cosmos/gov/v1beta1/gov"; import { VotingParams } from "./module/types/cosmos/gov/v1beta1/gov"; import { TallyParams } from "./module/types/cosmos/gov/v1beta1/gov"; export { WeightedVoteOption, TextProposal, Deposit, Proposal, TallyResult, Vote, DepositParams, VotingParams, TallyParams }; declare const _default; export default _default;