import { GlCanvas } from '../gl/GlCanvas'; export interface AardCanvasStore { main: GlCanvas; }