import { BSMap } from "../interfaces";
export declare const getMods: (bsMap: BSMap) => string[];
