import { TAnyLight, TLightParams } from '../Models'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; export declare function applyShadowParams(params: P, entity: TWriteable): void;