export * from './shape/index.js';
export * from './textShaperWasm.js';
export * from './ubidi/index.js';
/**
 * 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