import { type Graphics } from 'pixi.js'; export type DrawCallback = (graphics: Graphics) => void;