export declare class AbilityPricelistEditDTO { name: string; description: string; currency: string; defaultForCurrency: boolean; monthly: number; yearly: number; appNotifications: number; emailNotifications: number; smsNotifications: number; storage: number; phoneSupport: number; tenants: Array; }