import { AbstractAgent } from './AbstractAgent'; /** * Warp Agent Mode adapter. * Generates WARP.md configuration file in the project root. */ export declare class WarpAgent extends AbstractAgent { getIdentifier(): string; getName(): string; getDefaultOutputPath(projectRoot: string): string; supportsMcpStdio(): boolean; supportsMcpRemote(): boolean; }