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