/** * GitHub Integration * * Fetches issues, PRs, and files from GitHub repositories. * Uses the `gh` CLI for authentication (recommended) or API token. */ export { GitHubIntegration } from './source.js'; //# sourceMappingURL=index.d.ts.map