import { Types } from 'klayr-framework';
import { GetDelegatedVoteParams, DelegatedVoteStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getDelegatedVoteEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<DelegatedVoteStoreData>>;
export declare const getDelegatedVoteEndpointRequestSchema: sTypes.TypedSchema<GetDelegatedVoteParams>;
