import { i as OpenClawConfig } from "../types.openclaw-fYj4Ft14.js"; import { n as MsgContext } from "../templating-DqpRyvA4.js"; //#region src/link-understanding/apply.d.ts type ApplyLinkUnderstandingResult = { outputs: string[]; urls: string[]; }; /** Runs link understanding and folds successful outputs into the inbound context. */ declare function applyLinkUnderstanding(params: { ctx: MsgContext; cfg: OpenClawConfig; }): Promise; //#endregion export { applyLinkUnderstanding };