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