import { ProposalVotedEventData } from '../../types';
import { Types } from '@swaptoshi/utils';
export declare const proposalVotedEventSchema: Types.TypedSchema<ProposalVotedEventData>;
