export declare function textSync(text: string): string;
declare const _default: {
    textSync: typeof textSync;
};
export default _default;
