import { MAP_LAYER_SPLAT_X, MAP_LAYER_SPLAT_Y, MAP_LAYER_SPLAT_SIZE } from './const.js'; declare class MapLayer { #private; constructor(texture: string, splat: Uint8Array, effectId: number); get splat(): Uint8Array; get effectId(): number; get texture(): string; } export default MapLayer; export { MapLayer, MAP_LAYER_SPLAT_X, MAP_LAYER_SPLAT_Y, MAP_LAYER_SPLAT_SIZE };