import { PaymentResponse, RawPaymentResponse, UIElementStatus } from './types';
export declare function getSanitizedResponse(response: RawPaymentResponse): PaymentResponse;
export declare function resolveFinalResult(result: PaymentResponse): [status: UIElementStatus, statusProps?: any];
