import Point from "../../entities/point"; export declare const pointRenderer: (entity: Point, ctx: CanvasRenderingContext2D) => void;