import type { InteractiveReply } from "openclaw/plugin-sdk/interactive-runtime";
import type { DiscordComponentMessageSpec } from "./components.js";
export declare function buildDiscordInteractiveComponents(interactive?: InteractiveReply): DiscordComponentMessageSpec | undefined;
