import { Types } from 'klayr-framework';
import { NextAvailableProposalIdStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getNextAvailableProposalIdEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<NextAvailableProposalIdStoreData>>;
export declare const getNextAvailableProposalIdEndpointRequestSchema: {
    $id: string;
    type: string;
    required: never[];
    properties: {};
};
