/** * Returns the localized default for the "Level" word based on the language * currently configured on the MapsIndoors SDK. Falls back to English when the * global `mapsindoors` is unavailable or the language has no entry. */ export declare function getLevelDefault(): string;