export declare class TenantEditDTO { name: string; active: boolean; sponsored: boolean; trial: boolean; vatNo: string; contactFirstName: string; contactLastName: string; contactEmail: string; contactPhone: string; billingFirstName: string; billingLastName: string; billingEmail: string; billingPhone: string; billingAddress: string; billingCity: string; billingZip: string; billingCountry: number; costCenter: string; newsletter: boolean; invoiceBy: number; users: Array; pricelist: string; phoneSupport: boolean; }