import type { HighFragment } from '../HighFragment'; /** * the standard fog implementation. This will * make stuff fade out to a color as they get further away */ export declare const fogStandard: HighFragment; /** * cheap fog implementation. This will * make stuff fade out to a color as they get further away */ export declare const fogCheap: HighFragment; //# sourceMappingURL=fogFragments.d.ts.map