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