declare const useTonTransactions: () => { queryHash: (address: string, msgHash: string) => Promise; }; export default useTonTransactions;