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