import { AbstractAgent } from './AbstractAgent'; /** * JetBrains Junie agent adapter. */ export declare class JunieAgent extends AbstractAgent { getIdentifier(): string; getName(): string; getDefaultOutputPath(projectRoot: string): string; supportsMcpStdio(): boolean; supportsMcpRemote(): boolean; supportsNativeSkills(): boolean; }