import { IOptionsSlugify } from '../types'; export declare function newZhPinyinFn(options?: IOptionsSlugify): (s: string) => string;