import type { EliteItemDto } from './item.js';
/**
 * Temporary hack as we don't have a clean way to get bonus values for lotus pieces.
 */
export declare function getLotusToBlossomPieceBonus(currentSkyblockId: string | null | undefined, nextSkyblockId: string | null | undefined, currentBonus: number): number | undefined;
export declare function setLotusPieceBonusLore(item: EliteItemDto, pieceBonus: number): void;
