import { Currency } from '@uniswap/sdk-core';
export declare function toAddress(currency: Currency): string;
