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