export declare class FraudDetectionHeaderDto { constructor(headerName: string, headerValue: string); headerName: string; headerValue: string; }