import { ChainIds } from "../constants/blockchain.constants"; import { PLATFORM } from "../constants/sukuWallet.constants"; export declare function formatExplorerLogsRequest(fromBlock: string | undefined, toBlock: string | undefined, toAddress: string, chainId: ChainIds, topic0: string, topic0_1_opr?: string, topic1?: string, topic1_2_opr?: string, topic2?: string, topic2_3_opr?: string, topic3?: string): string | undefined; export declare function formatExplorerUrl(chainId: number, hash: string): string; export declare function checkIfSafeHandleDeployed(chainId: number, handleOrAddress: string, platform: PLATFORM): Promise;