/**
 * Validation utility for core financial calculations.
 * Keeps pricing inputs non-zero and positive.
 *
 * @param pricePerTiBPerEpoch - Current pricing from storage service
 */
export declare function assertPriceNonZero(pricePerTiBPerEpoch: bigint): void;
//# sourceMappingURL=validate-pricing.d.ts.map