import { AbstractAgent } from './AbstractAgent'; export declare class KiroAgent extends AbstractAgent { getIdentifier(): string; getName(): string; getDefaultOutputPath(projectRoot: string): string; supportsMcpStdio(): boolean; supportsMcpRemote(): boolean; }