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