Re-exports S2S descriptor factories. Importing this barrel does not
pull in any provider SDK — the host resolver handles that at session
start.
Named re-exports rather than export *: the wildcard form needs a
noReExportAll suppression per line, and the escape-hatch ratchet only
moves down. Listing them also makes the public surface of this subpath
readable in one place — add new symbols here when a provider gains one.
@alexkroman1/aai/s2ssubpath barrel.Re-exports S2S descriptor factories. Importing this barrel does not pull in any provider SDK — the host resolver handles that at session start.
Named re-exports rather than
export *: the wildcard form needs anoReExportAllsuppression per line, and the escape-hatch ratchet only moves down. Listing them also makes the public surface of this subpath readable in one place — add new symbols here when a provider gains one.