import { i as OpenClawConfig } from "./types.openclaw-fYj4Ft14.js"; import { n as GetReplyOptions, s as ReplyPayload } from "./types-I4tsJNmk.js"; import { n as MsgContext } from "./templating-DqpRyvA4.js"; //#region src/auto-reply/reply/get-reply.d.ts declare function getReplyFromConfig(ctx: MsgContext, opts?: GetReplyOptions, configOverride?: OpenClawConfig): Promise; //#endregion export { getReplyFromConfig as t };