declare type EsewaType = { startSdk(merchantId: String, merchantSecret: String, productName: String, productAmount: String, productId: String, callbackUrl: String): Promise; }; declare const _default: EsewaType; export default _default;