export declare class FraudDetectionCostDto { constructor(amount: string); amount: string; currencyCode: string; }