export declare const commonNft: { transfer: string; burn: string; setupAccount: string; check: string; }; export type Currency = "FLOW" | "FUSD" | "USDC";