import { PtonV1 } from '../../pTON/v1/PtonV1.js'; import { LpAccountV1 } from './LpAccountV1.js'; import { PoolV1 } from './PoolV1.js'; import { RouterV1 } from './RouterV1.js'; import '@ton/ton'; import '../../../types.js'; import '../../core/Contract.js'; import '../../core/JettonMinter.js'; import '../../pTON/AbstractPton.js'; import '../../pTON/constants.js'; import '../constants.js'; import '../../core/JettonWallet.js'; declare const DEX: { readonly Router: typeof RouterV1; readonly Pool: typeof PoolV1; readonly LpAccount: typeof LpAccountV1; readonly pTON: typeof PtonV1; }; export { DEX };