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