/** * Re-export git types from git-remote for use in state-manager. * These are type-only imports so they don't create a runtime dependency. */ export type { CreateGitInterfaceOptions, GitInterface, StorageAdapter, } from "@noya-app/git-remote/git";