import { ethers } from 'ethers'; import { ContractConfiguartion } from './config/contractConfig'; export declare class DarkSwap { signer: ethers.Signer; provider: ethers.Provider; chainId: number; contracts: ContractConfiguartion; constructor(signer: ethers.Signer, chainId: number, provider?: ethers.Provider, contracts?: ContractConfiguartion); }