import { FungibleToken } from './ft.cjs';
import '@near-js/types';

declare const wNEAR: FungibleToken;
declare const USDC: FungibleToken;
declare const USDT: FungibleToken;

export { USDC, USDT, wNEAR };
