export declare enum ParentFunctionEnum {
    SUM = "SUM",
    AVG = "AVG",
    MULTIP = "MULTIP"
}
