/**
 * Compute name of a system.
 * Mostly used for UI and debug
 * @param {System} system
 * @returns {string}
 */
export function computeSystemName(system: System): string;
//# sourceMappingURL=computeSystemName.d.ts.map