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