// Create an injection token for the SDK service to avoid direct import issuesimport { InjectionToken } from"@angular/core";
import { PersApiClient } from"@explorins/pers-sdk";
exportconstPERS_ANGULAR_SDK_SERVICE = newInjectionToken<{api(): PersApiClient}>('PERS Angular SDK Service!');