export const helloWorld = (): string => { return 'Hello World'; }; const RNPay = { helloWorld, }; export default RNPay;