import { Nft, NftSource } from "../types"; export declare const nftSources: NftSource; declare const Nfts: Nft[]; export default Nfts;