import { Types } from 'klayr-framework';
import { GetBaseVoteScoreParams, VoteScoreStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getBaseVoteScoreEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<VoteScoreStoreData>>;
export declare const getBaseVoteScoreEndpointRequestSchema: sTypes.TypedSchema<GetBaseVoteScoreParams>;
