import { Element, ElementContent } from "../node_modules/.pnpm/@types_hast@3.0.4/node_modules/@types/hast/index.js";
import { SharedRenderState } from "../types.js";

//#region src/utils/processLine.d.ts
declare function processLine(node: Element, line: number, state: SharedRenderState): ElementContent;
//#endregion
export { processLine };
//# sourceMappingURL=processLine.d.ts.map