default: Record<default, typeof SYMBOL_ANY_DICTIONARY | Enum> & Record<number, undefined | typeof SYMBOL_ANY_DICTIONARY | Enum> & {
    getByEnum: ((enumObject: DictionaryEnum) => Dictionary);
} = ...

Generated using TypeDoc