import type { CustomSpawnHandler } from "./spawn.js"; export declare const POE_AGENT_SPAWN_SERVICE = "poe-agent"; export declare function createPoeAgentSpawnHandler(): CustomSpawnHandler;