/** * Created by user on 2020/6/2. */ import { IOptionsSlugify } from '../types'; export declare function _text(word: string, options: IOptionsSlugify): string;