import { IWeb } from "../webs/types.js"; import "./web.js"; export { IAppAddResult, IApp, IAppCatalog, App, AppCatalog, } from "./types.js"; declare module "../fi" { interface SPFI { getTenantAppCatalogWeb(): Promise; } } //# sourceMappingURL=index.d.ts.map