* Checks whether the code point (specified as a 32 bit integer, in UTF-32) is in the set.
*/
contains32(cp: u32): boolean;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/sets/fn.basic_emoji.html Rust documentation for `basic_emoji`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_basic_emoji(provider: ICU4XDataProvider): ICU4XUnicodeSetData | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/exemplar_chars/fn.exemplars_main.html Rust documentation for `exemplars_main`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_exemplars_main(provider: ICU4XDataProvider, locale: ICU4XLocale): ICU4XUnicodeSetData | never;