import { SupportedTokenType } from '../../types';
declare const USDT: SupportedTokenType;
export default USDT;
