type ExistsSyncLike = (filePath: string) => boolean; export declare function resolveBundledAgentRelayMcpScript(cliScript: string, existsSync: ExistsSyncLike): string | null; export declare function buildBundledAgentRelayMcpCommand(execPath: string, cliScript: string, existsSync: ExistsSyncLike): string | null; export {}; //# sourceMappingURL=agent-relay-mcp-command.d.ts.map