declare const isChinese: (str: string, { includePunctuation }?: { includePunctuation?: boolean | undefined; }) => boolean; export = isChinese;