import { IAppCatalog } from "./types.js"; export { AppCatalog, IAppCatalog, } from "./types.js"; declare module "../fi" { interface GraphFI { readonly appCatalog: IAppCatalog; } } //# sourceMappingURL=index.d.ts.map