export declare function getNextCycleWeight(currentCycle: { weight: bigint; discountRate: bigint; }): bigint; export declare function getPrevCycleWeight(currentCycle: { weight: bigint; discountRate: bigint; }): bigint; //# sourceMappingURL=fundingCycle.d.ts.map