import { Charset } from 'regexp-util'; declare function cjk_regex(): Charset; declare namespace cjk_regex { function letters(): Charset; function punctuations(): Charset; } export = cjk_regex;