export declare enum EIFoodHandshakeAlternativeType {
    REFUND = "REFUND",
    BENEFIT = "BENEFIT"
}
