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