import { Signer } from "ethers";
export declare function approveMarketplaceContract(signer: Signer): Promise<any>;
export declare function approveWETH(signer: Signer): Promise<any>;
export declare function approveBatchTransfer(signer: Signer, batchTransferAddress: string): Promise<void>;
