export { assertHostQualifiedAddress, canonicalAddress, inboxDir, inboxDirRaw, isHostQualifiedAddress, localStorePaths, negotiationDir, negotiationJournalFile, outboxDir, presenceFile, reachGuard, resolveRecipient, safePathSegment, type LiveRecipient, type LocalStorePaths, type RecipientResolution } from "./paths.js"; export { deletePresence, listPresence, readPresence, reapAllDeadPresence, reapDeadInstancePresence, updatePresence, writePresence, type ListPresenceOptions, type PresenceWriteResult } from "./presence.js"; export { sanitizeStorePaths, type SanitizePathsResult, type SanitizeRenameEntry } from "./migrate.js"; export { createLocalStore, type CreateLocalStoreOptions, type H2AKeyEvent, type H2ASubagentAuditEvent, type H2ASubagentStatus, type LocalStore } from "./store.js"; export { LockTimeoutError, withLock, withLockSync, type LockOwner, type WithLockOptions } from "./locks.js"; export { withLease, withLeaseSync, tryAcquireLease, releaseLeaseHandle, type LeaseHandle, type LeaseRecord, type WithLeaseOptions } from "./lease.js"; export { H2A_STORE_SCHEMA_FILE, H2A_STORE_SCHEMA_VERSION, StoreSchemaMismatchError, readCliPackageVersion, type H2AStoreSchemaSentinel } from "./schema.js"; //# sourceMappingURL=index.d.ts.map