import { Types } from 'klayr-framework';
import { GetProposalParams, ProposalStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getProposalEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<ProposalStoreData>>;
export declare const getProposalEndpointRequestSchema: sTypes.TypedSchema<GetProposalParams>;
