export declare const wizardTower: { readonly name: 'Wizard Tower'; readonly taxonomy: readonly ["Worlds", "Wizard Tower"]; readonly thumbnail: 'wizard-tower-thumb'; readonly layers: readonly [{ readonly id: 'sky'; readonly shader: 'clouds'; readonly uniforms: { readonly uSkyLowColor: readonly [0.99, 0.62, 0.03]; readonly uSkyHighColor: readonly [0.13, 0.3, 0.84]; readonly uCloudLightColor: readonly [0.98, 0.87, 0.53]; readonly uCloudDarkColor: readonly [0.98, 0.57, 0.16]; readonly uExposure: 1.26; readonly uStepSize: 0.32; readonly uCloudSpeed: 0.92; readonly uCloudScale: 0.77; readonly uDensity: 0.185; readonly uCoverage: 0.55; readonly uSoftness: 0.23; }; }, { readonly id: 'wizard-tower-1'; readonly shader: 'image'; readonly source: string; }, { readonly id: 'you'; readonly shader: 'direct'; readonly target: 'subject'; }]; }; //# sourceMappingURL=wizard-tower.d.ts.map