import { NumericEnumLike } from "../../enum/EnumModel"; import { QNumericEnumCollection } from "../../primitve-collection/PrimitveCollections"; import { QCollectionPath } from "../QCollectionPath"; export declare class QNumericEnumCollectionPath extends QCollectionPath> { protected theEnum: EnumType; constructor(path: string, theEnum: EnumType); getEntity(withPrefix?: boolean): QNumericEnumCollection; }