import { Router } from "express"; /** * NFT router */ declare const NFTsRouter: Router; export { NFTsRouter, };