import { Ctx } from "../clientGenerator"; export type LayerDrawer = ( ctx: Ctx, layer: T, width: number, height: number ) => Promise | void;