import { Contract, Signer, providers } from "ethers"; export declare function createErc20(provider: providers.Provider | Signer, currencyAddress: string): Contract; //# sourceMappingURL=currency.d.ts.map