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