import type { IssueRef } from '@generacy-ai/cockpit'; export declare class ScopeContendedError extends Error { readonly code: "SCOPE_ADD_CONTENDED"; readonly attempts: number; readonly ref: IssueRef; readonly mutation: 'add' | 'remove'; readonly scope: { repo: string; number: number; }; constructor(opts: { attempts: number; ref: IssueRef; mutation: 'add' | 'remove'; scope: { repo: string; number: number; }; }); } //# sourceMappingURL=errors.d.ts.map