import PointLightBase from "../display/core/PointLightBase"; export declare const addUpdateShadowSystem: (item: PointLightBase, data: { count: number | undefined; shadowMode: boolean | "physics"; }) => void, deleteUpdateShadowSystem: (item: PointLightBase) => void;