declare class PaylineThreeDSInfo {
    challengeInd?: string;
    threeDSReqPriorAuthData?: string;
    threeDSReqPriorAuthMethod?: string;
    threeDSReqPriorAuthTimestamp?: string;
    browser?: any;
    sdk?: any;
    threeDSMethodNotificationURL?: string;
    threeDSMethodResult?: string;
    challengeWindowSize?: string;
}
export { PaylineThreeDSInfo };
