import { Action } from "../ir.js"; //#region src/slack/decodeBlockAction.d.ts /** * Decodes one structural entry from a Slack `block_actions` payload. * `$input` is reserved for the runtime selection: a `$input` key inside the * button's JSON `value` payload is dropped rather than spread into the result. */ export declare function decodeBlockAction(action: unknown): Action | undefined; //#endregion //# sourceMappingURL=decodeBlockAction.d.ts.map