/** * Resolve the Letta Code CLI entrypoint used by SDK-owned transports. * * Resolution order intentionally matches the historical subprocess transport: * explicit LETTA_CLI_PATH first, then the installed @letta-ai/letta-code package, * then local development fallbacks. */ export declare function findLettaCli(): string; //# sourceMappingURL=cli-resolver.d.ts.map