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