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