import { Signer } from "ethers";
import { type GasPriceOptions } from "../utils";
export declare function approveMarketplaceContract(signer: Signer, options?: GasPriceOptions): Promise<any>;
export declare function approveWETH(signer: Signer, options?: GasPriceOptions): Promise<any>;
export declare function approveBatchTransfer(signer: Signer, batchTransferAddress: string, options?: GasPriceOptions): Promise<void>;
export declare function approveMaterialMarketplace(signer: Signer, options?: GasPriceOptions): Promise<any>;
export declare function approveConsumableMarketplace(signer: Signer, options?: GasPriceOptions): Promise<any>;
