import { ethers } from "ethers"; import { address } from "./types"; export declare const generateListingId: (sellerAddress: address, contractAddress: address, tokenId: string) => string; export declare const getAddressFromSigner: (signer: ethers.Signer) => Promise;