import type { ImageLayer } from "./image-layer"; import type { LayerGroup } from "./layer-group"; export type Layer = ImageLayer | LayerGroup;