import type { ActionRunContext } from "../agent/production-agent.js"; import type { ActionTool } from "../agent/types.js"; export declare const tool: ActionTool; export declare function run(args: Record, context?: ActionRunContext, selfAppId?: string): Promise; export declare function expandRelativeUrls(text: string, agentUrl: string): string; //# sourceMappingURL=call-agent.d.ts.map