export declare enum EPayioCategoryTemplate {
    DEFAULT = "DEFAULT",
    PIZZA = "PIZZA"
}
