import { IMutable, Init, IOptions, IStatic } from "./IVocabulary"; import Type from "./Type"; import { IMutable as IItemMutable } from "./vocabulary/IItem"; export { Init, IOptions }; export declare class Vocabulary implements IMutable { readonly type: Type.Vocabulary; items: Array; constructor(init: Init); } export declare const klass: IStatic; export default Vocabulary;