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