import type { LightEntity } from '../../../../lighting'; export declare function addShadow(vertexHeader: string[], fragmentHeader: string[], fragments: string[], vertex: string[], light: LightEntity): void; //# sourceMappingURL=addShadow.d.ts.map