import type { RenderResult, RenderTextOptions } from '../types.js'; export declare function renderText(input: string, options?: RenderTextOptions): RenderResult;