declare type PayUPaymentGatewayType = { payu(params: {}): Promise; }; declare const _default: PayUPaymentGatewayType; export default _default;