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