import { ethers } from "ethers";
export default function cancelMarketplaceOrder(axieId: number, signer: ethers.Signer, skyMavisApiKey?: string): Promise<any>;
