import type { BackendSystem } from '../entities/backend-system'; import { SystemType } from '../types'; /** * Determines the backend system type based on the authentication type and service keys (defaults to OnPrem). * * @param system - the backend system to determine the type for. * @returns - the system type or undefined if it cannot be determined. */ export declare function getBackendSystemType(system: BackendSystem): SystemType; //# sourceMappingURL=backend.d.ts.map