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