export declare enum EQuestionTypes {
    product = "PRODUCT",
    topping = "TOPPING",
    observation = "OBSERVATION"
}
