/** Joins an eve route to a remote agent base URL without dropping its path prefix. */
export declare function createRemoteAgentRouteUrl(baseUrl: string, routePath: string): string;
