import { ShaderModule } from "../../../lib/shader-module/shader-module.js"; import type { NumberArray } from "../../../types.js"; export type DirlightOptions = { lightDirection?: NumberArray; }; /** * Cheap lighting - single directional light, single dot product, one uniform */ export declare const dirlight: ShaderModule; //# sourceMappingURL=dirlight.d.ts.map