import type { IRelation } from '../shape'; import type { IDrawer } from './i-drawer'; export interface IRelationDrawer extends IDrawer { }