import { type IAttributeOrMeasure } from "./index.js"; /** * Gets value of local identifier of bucketItem * * @param bucketItem - bucketItem to work with * @returns value of local identifier * @public */ export declare function bucketItemLocalId(bucketItem: IAttributeOrMeasure): string; //# sourceMappingURL=bucketItem.d.ts.map