export { getProposedHeight } from "./getProposedHeight.js"; export type { GetProposedHeightErrorType, GetProposedHeightReturnType, } from "./types/getProposedHeight.js"; export { getCurrentEpoch } from "./getCurrentEpoch.js"; export type { GetCurrentEpochErrorType, GetCurrentEpochReturnType, } from "./types/getCurrentEpoch.js";