import type { Rendered } from '../renderer'
import type { types as Slack } from '@slack/bolt'
export declare function jsxToBlocks(
  jsx: Rendered
): [blocks: Slack.KnownBlock[], text: string]
