export * from './shape'; export * from './textShaperWasm'; export * from './ubidi'; /** * Converts a string into a shaped string * @param str - input string * @param options - shaping options * @returns - shaped string */ export declare function shapeString(str: string, options?: number): string; //# sourceMappingURL=index.d.ts.map