/** * Linear Integration * * Fetches issues from Linear workspaces. * Uses the Linear CLI for authentication or API key. */ export { LinearOAuthProvider, linearProvider } from './auth.js'; export { LinearIntegration } from './source.js'; //# sourceMappingURL=index.d.ts.map