import * as yup from 'yup'; import { ConsensusParameters } from '../../../consensus/consensus'; export type GetConsensusParametersRequest = Record | undefined; export type GetConsensusParametersResponse = ConsensusParameters; export declare const GetConsensusParametersRequestSchema: yup.MixedSchema; export declare const GetConsensusParametersResponseSchema: yup.ObjectSchema; //# sourceMappingURL=getConsensusParameters.d.ts.map