export declare class PreCheckoutCalculationDto {
    amount: number;
    currency?: string;
    description?: string;
}
