export declare function useWaitForTxReceipt(): { waitForTxReceipt(params: { publicClient: any; hash: `0x${string}` | string; timeout?: number; confirmations?: number; }): Promise; };