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