import type { Agent } from '../entities/agent.entity';
export declare function markAgentDraftDirty(agent: Agent): void;
