/** * Client implementations and interfaces for backend connections. * * The git-mem factory is now consolidated in infrastructure. * This file re-exports it for backwards compatibility. */ export * from './interfaces'; export { createGitMem } from '../../../infrastructure/git-mem'; export { createGhCliClient, createGhCliClientFromEnv } from './GhCliClient'; //# sourceMappingURL=index.d.ts.map