export declare const BASE_WEB3_URL = "http://localhost:8545"; export declare const web3: ({ url }: any) => Promise; export declare const web3PesoanalSign: ({ address, nonce }: any) => any;