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