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