/** * Converts Arabic Unicode buffer into a shaped Arabic Unicode buffer * @param input - input unicode buffer * @param options - shaping options * @returns - shaped unicode buffer */ export declare function shapeArabic(input: number[], options: number): number[]; //# sourceMappingURL=arabic.d.ts.map