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