import type { Parents } from 'mdast'; import type { State, Info } from 'mdast-util-to-markdown'; export declare function containerPhrasing(parent: Parents, state: State, info: Info): string; //# sourceMappingURL=mdast-util-helpers.d.ts.map