export * as defs from './sync/defs.js'; export * as getBlob from './sync/getBlob.js'; export * as getBlocks from './sync/getBlocks.js'; export * as getCheckout from './sync/getCheckout.js'; export * as getHead from './sync/getHead.js'; export * as getHostStatus from './sync/getHostStatus.js'; export * as getLatestCommit from './sync/getLatestCommit.js'; export * as getRecord from './sync/getRecord.js'; export * as getRepo from './sync/getRepo.js'; export * as getRepoStatus from './sync/getRepoStatus.js'; export * as listBlobs from './sync/listBlobs.js'; export * as listHosts from './sync/listHosts.js'; export * as listRepos from './sync/listRepos.js'; export * as listReposByCollection from './sync/listReposByCollection.js'; export * as notifyOfUpdate from './sync/notifyOfUpdate.js'; export * as requestCrawl from './sync/requestCrawl.js'; export * as subscribeRepos from './sync/subscribeRepos.js'; //# sourceMappingURL=sync.d.ts.map