import { BuyableInInvoiceDTO } from "../buyable"; export declare class PurchaseDTO { amount: number; buyable: BuyableInInvoiceDTO; }