export declare class AbilityPricelistListDTO { id: string; name: string; description: string; currency: string; defaultForCurrency: boolean; }