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