import { ethers } from "ethers";
export default function approveMarketplaceContract(address: string, signer: ethers.Signer): Promise<any>;
