/**
 * draw distance of paths in the original arx levels are 2800 in 80% of the time, otherwise 0
 *
 * we ignore the 0 and use 2800
 */
export declare const DEFAULT_DRAW_DISTANCE = 2800;
