export type DefinitionType = 'intensional' | 'extensional' | 'partitive' | 'translated'; export declare const DEFINITION_TYPE: import("./enum.js").EnumBundle<{ readonly INTENSIONAL: "intensional"; readonly EXTENSIONAL: "extensional"; readonly PARTITIVE: "partitive"; readonly TRANSLATED: "translated"; }>; export declare const DEFAULT_DEFINITION_TYPE: DefinitionType; //# sourceMappingURL=definition-type.d.ts.map