import type { ColorRGB, Entity, LayerTable } from './types'; export default function getRGBForEntity(layers: { [layerName: string]: LayerTable; }, entity: Entity): ColorRGB; //# sourceMappingURL=getRGBForEntity.d.ts.map