export declare const wizardTowerNight: { readonly name: 'Night'; readonly taxonomy: readonly ["Worlds", "Wizard Tower"]; readonly thumbnail: string; readonly layers: readonly [{ readonly id: 'sky'; readonly shader: 'clouds'; readonly uniforms: { readonly uSkyLowColor: readonly [0.35, 0.12, 0.1]; readonly uSkyHighColor: readonly [0.04, 0.05, 0.14]; readonly uCloudLightColor: readonly [0.55, 0.45, 0.55]; readonly uCloudDarkColor: readonly [0.1, 0.08, 0.16]; readonly uExposure: 0.9; readonly uStepSize: 0.32; readonly uCloudSpeed: 0.6; readonly uCloudScale: 0.77; readonly uDensity: 0.16; readonly uCoverage: 0.6; readonly uSoftness: 0.23; }; }, { readonly id: 'wizard-tower-night'; readonly shader: 'image'; readonly source: string; }, { readonly id: 'you'; readonly shader: 'direct'; readonly target: 'subject'; }]; }; //# sourceMappingURL=wizard-tower-night.web.d.ts.map