import { LazyCanvas } from "../../structures/LazyCanvas";

export interface IRenderManager {
    lazyCanvas: LazyCanvas;
    debug: boolean;
}
