export declare const LANGUAGE_COMMENT_MARKERS: { [key: string]: { start: string; end: string; }; }; export declare const EXCLUDED_NEIGHBORS: string[]; export declare const MAX_NEIGHBOR_AGGREGATE_LENGTH = 200000; //# sourceMappingURL=const.d.ts.map