import { LayerList } from "~ui/UI"; export default interface UIStore { layers: LayerList; }