export declare class FraudDetectionAgResponseDto { decision: string; hitRules: string[]; hitReasons: string[]; errors: string[]; message: string; }