import { BigNumber } from "@rarible/types"; import { FlowAddress } from "@rarible/types"; import { FlowContractAddress } from "@rarible/types"; import { PayInfo } from "./PayInfo"; export declare type FlowNftOwnership = { id?: string; contract: FlowContractAddress; tokenId: BigNumber; owner: FlowAddress; creators: Array; createdAt: string; };