import { Signer } from "ethers";
import { type GasPriceOptions } from "../utils";
import type { ICancellationResult } from "../marketplace";
export default function cancelMaterialOrder(materialId: string, signer: Signer, skyMavisApiKey: string, options?: GasPriceOptions): Promise<ICancellationResult>;
