declare function patchDict(patchers: any): void;
declare function isSupported(force?: boolean): boolean;
declare function genToken(ch: any): any;
declare function parse(str: any): any;
declare const _default: {
    isSupported: typeof isSupported;
    parse: typeof parse;
    patchDict: typeof patchDict;
    genToken: typeof genToken;
    convertToPinyin(str: string, lowerCase: boolean, separator: string): any;
};
export default _default;
