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