export declare class PayInRequest { description: number; orderId: string; title: string; userId: number; userMobileNo: string; productType: string; amount: string; currency: string; notifyUrl: string; callbackUrl: string; orderExpireTime: string; goodsDetails: string; remark: string; constructor(description: number, orderId: string, title: string, userId: number, userMobileNo: string, productType: string, amount: string, currency: string, notifyUrl: string, callbackUrl: string, orderExpireTime: string, goodsDetails: string, remark: string); toJSON(): object; }