import { Types } from 'klayr-framework';
import { GetCastedVoteParams, CastedVoteStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getCastedVoteEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<CastedVoteStoreData>>;
export declare const getCastedVoteEndpointRequestSchema: sTypes.TypedSchema<GetCastedVoteParams>;
