import type { HighFragment } from '../HighFragment'; /** * super basic uv calculation - we just pass them to the fragment */ export declare const reinhardToneMapping: HighFragment; export declare const filmicToneMapping: HighFragment; //# sourceMappingURL=tonemapFragments.d.ts.map