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