import TargetCommand from '../relationships/annotate.js'; export default class LlmRelationships extends TargetCommand { static description: string; static hidden: boolean; run(): Promise; } //# sourceMappingURL=relationships.d.ts.map