/** * Contains mapping between Backstage release and package versions. * * @packageDocumentation */ export { getManifestByVersion, getManifestByReleaseLine } from './manifest'; export type { ReleaseManifest, GetManifestByReleaseLineOptions, GetManifestByVersionOptions, } from './manifest';