import type { HighFragment } from '../HighFragment'; /** * a fragment that just sets the lighting to 1. */ export declare const noLights: HighFragment; export declare function generateNoLights(): HighFragment; //# sourceMappingURL=generateNoLights.d.ts.map