interface AgentInstallOptions {
    directory: string;
    cursor?: boolean;
    claude?: boolean;
    codex?: boolean;
    preCommit?: boolean;
    github?: boolean;
    all?: boolean;
    write?: boolean;
    force?: boolean;
}
export declare function installAgentHarness(options: AgentInstallOptions): {
    planned: string[];
    wrote: string[];
    skipped: string[];
};
export {};
//# sourceMappingURL=agent.d.ts.map