import { Router } from "express"; /** * * Nft Collections controller. * */ declare const CollectionRouter: Router; export { CollectionRouter, };