export declare const PaymentType: {
  other: number;
  bancontact: number;
  creditcard: number;
  cash: number;
};
