export declare const helloWorld: () => string; declare const RNPay: { helloWorld: () => string; }; export default RNPay; //# sourceMappingURL=index.d.ts.map