import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'; import { NFTWalletFactory } from '../../types'; export declare class NFTWalletFactoryDeployer { private _signer; constructor(signer: SignerWithAddress); deploy(admin: string): Promise; }