/** * @typedef {{ * getCurrent(): Promise<{ * buildId: string, * configSchemaVersion: string, * apiContractVersion: string, * assetManifestHash: string, * releaseId: string * }> * }} ReleaseInfoPort */ export {};