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