export default class PersianBill { static getPaymentInfo(billId: string | number, paymentId: string | number): { billPrice: number; yearCode: number; period: string; } | undefined; static getBillInfo(billId: string | number): { serviceType: any; placeCode: string; subscribeNumber: string; serviceImage: string; } | undefined; }