import { Charset } from 'regexp-util'; import { Category } from './types.generated'; declare function unicode(categories: Partial): Charset; export = unicode;