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