export declare const LeFE_Prefix = "$%LeFEJSON";
export declare const Segment = "_%#@*_";
export declare const UndefinedReplacer = "$undef_r";
export declare enum ETypeStrings {
    undefined = "undefined",
    Infinity = "Infinity",
    NaN = "NaN",
    BigInt = "BigInt",
    Symbol = "Symbol",
    Function = "Function",
    Date = "Date",
    Set = "Set",
    Map = "Map"
}
export declare enum EInfinityString {
    negative = "-Infinity",
    positive = "Infinity"
}
