import type { KlawConfig } from "../../config/types.klaw.js"; import type { FinalizedMsgContext } from "../templating.js"; export declare function emitPreAgentMessageHooks(params: { ctx: FinalizedMsgContext; cfg: KlawConfig; isFastTestEnv: boolean; }): void;