import type { ItemStack } from '../core/index.js'; import type { Color } from '../util/index.js'; declare type Tint = Color | ((index: number) => Color); export declare function getItemColor(item: ItemStack): Tint; export {}; //# sourceMappingURL=ItemColors.d.ts.map