import { StringEnumLike, StringEnumMember } from "../../enum/EnumModel"; import { BaseEnumPath } from "./BaseEnumPath"; export declare class QEnumPath extends BaseEnumPath> { protected theEnum: EnumType; constructor(path: string, theEnum: EnumType); protected mapValue(value: StringEnumMember): string; }