import type { BookletLocale } from './booklet-locale';
/** Reorders mixed RTL/LTR text for pdf-lib (LTR drawText positions). */
export declare function toPdfVisualLine(text: string, locale?: BookletLocale): string;
/** Applies Arabic joining forms (Presentation Forms-B) before PDF drawText. */
export declare function shapeScriptForPdf(text: string, locale?: BookletLocale): string;
