export type { IntegrationId, IntegrationMetadata, SyncProgress, SyncAllOptions, SyncService, } from "./interface.js"; export { SyncRegistry } from "./registry.js"; export type { RegisterableSyncService, SyncResult } from "./registry.js"; //# sourceMappingURL=index.d.ts.map