export declare enum SplitStrategy {
    PROPORTIONAL = "proportional",
    HALF = "half",
    DOMINANT = "dominant"
}
