import { IGroupSiteManager } from "./types.js"; export * from "./types.js"; declare module "../fi" { interface SPFI { readonly groupSiteManager: IGroupSiteManager; } } //# sourceMappingURL=index.d.ts.map