import type { Fcl } from "@rarible/fcl-types"; import type { FlowContractAddress, Maybe } from "@rarible/types"; import type { AuthWithPrivateKey, FlowNetwork, FlowTransaction } from "../types"; export declare function transfer(fcl: Maybe, auth: AuthWithPrivateKey, network: FlowNetwork, collection: FlowContractAddress, tokenId: number, to: string): Promise;