export declare function isContractAddress(rpcUrl: string, address: string): Promise; export declare function isNftContract(rpcUrl: string, address: string): Promise;