export declare class PriceDto { id: string; stripePriceId: string; stripePriceNickname: string; stripePriceAmount: string; stripePriceCurrency: string; stripeProductId: string; constructor(id: string, stripePriceId: string, stripePriceNickname: string, stripePriceAmount: string, stripePriceCurrency: string, stripeProductId: string); }