export declare const IdLinkBeErrors: { readonly ServiceAccountCreateError: { readonly message: "An error occurred when creating the Service Account."; readonly code: "SERVICE_ACCOUNT_CREATE_ERROR"; }; readonly AccessTokenGenerationError: { readonly message: "An error occurred when generating the access token."; readonly code: "ACCESS_TOKEN_GENERATION_ERROR"; }; readonly LongLivedTokenGenerationError: { readonly message: "An error occurred when generating the long lived token."; readonly code: "LONG_LIVED_TOKEN_GENERATION_ERROR"; }; readonly ServiceAccountSetupError: { readonly message: "An error occurred when setting up the service account with permissions."; readonly code: "SERVICE_ACCOUNT_SETUP_ERROR"; }; readonly ServiceAccountTokenGenerateError: { readonly message: "An error occurred when generating the Service Account token."; readonly code: "SERVICE_ACCOUNT_TOKEN_GENERATE_ERROR"; }; readonly PermissionSyncError: { readonly message: "An error occurred during permission synchronization."; readonly code: "PERMISSION_SYNC_ERROR"; }; }; //# sourceMappingURL=id-link-be-errors.d.ts.map