import { FlowNftItem } from "./FlowNftItem"; export declare type FlowNftItems = { continuation?: string; items: Array; };