import { WithMark } from "../types.js"; export declare const strong: (maybeNode: WithMark | string) => WithMark;