import Wall from "../../../entities/wall/wall"; export declare const wallRenderer: (entity: Wall, ctx: CanvasRenderingContext2D) => void;