import type { BackendSystem } from '@sap-ux/store'; /** * Creates and returns a display name for the system, appending the system type and user display name if available. * * @param system the backend system to create a display name for * @returns the display name for the system */ export declare function getBackendSystemDisplayName(system: BackendSystem): string; /** * Get the system display name. * * @param systemName - system name * @param displayUsername - display username * @param systemType - Backend system type (as string) or undefined * @returns system display name */ export declare function getSystemDisplayName(systemName: string, displayUsername?: string, systemType?: string): string; //# sourceMappingURL=system-utils.d.ts.map