import type { MultiLine } from "../../glyphs/multi_line"; import type { Patches } from "../../glyphs/patches"; export type XsYsGlyph = MultiLine | Patches; //# sourceMappingURL=common.d.ts.map