export declare enum StringSeparator {
    Comma = ",",
    Dot = ".",
    VerticalLine = "|"
}
