import { PtonV2_1 } from '../../pTON/v2_1/PtonV2_1.js'; import { LpAccountV2_2 } from './LpAccount/LpAccountV2_2.js'; import { BasePoolV2_2 } from './pool/BasePoolV2_2.js'; import { CPIPoolV2_2 } from './pool/CPIPoolV2_2.js'; import { StablePoolV2_2 } from './pool/StablePoolV2_2.js'; import { WCPIPoolV2_2 } from './pool/WCPIPoolV2_2.js'; import { WStablePoolV2_2 } from './pool/WStablePoolV2_2.js'; import { BaseRouterV2_2 } from './router/BaseRouterV2_2.js'; import { CPIRouterV2_2 } from './router/CPIRouterV2_2.js'; import { StableRouterV2_2 } from './router/StableRouterV2_2.js'; import { WCPIRouterV2_2 } from './router/WCPIRouterV2_2.js'; import { WStableRouterV2_2 } from './router/WStableRouterV2_2.js'; import { VaultV2_2 } from './vault/VaultV2_2.js'; import '@ton/ton'; import '../../../types.js'; import '../../pTON/AbstractPton.js'; import '../../pTON/constants.js'; import '../../pTON/v1/PtonV1.js'; import '../../core/Contract.js'; import '../../core/JettonMinter.js'; import '../constants.js'; import '../v2_1/LpAccount/LpAccountV2_1.js'; import '../v2_1/pool/BasePoolV2_1.js'; import '../../core/JettonWallet.js'; import '../v2_1/pool/CPIPoolV2_1.js'; import '../v2_1/pool/StablePoolV2_1.js'; import '../v2_1/pool/WCPIPoolV2_1.js'; import '../v2_1/pool/WStablePoolV2_1.js'; import '../v2_1/router/BaseRouterV2_1.js'; import '../v2_1/vault/VaultV2_1.js'; import '../v2_1/router/CPIRouterV2_1.js'; import '../v2_1/router/StableRouterV2_1.js'; import '../v2_1/router/WCPIRouterV2_1.js'; import '../v2_1/router/WStableRouterV2_1.js'; /** @deprecated. Use explicit Router instead (e.g. DEX.Router.CPI) or use `dexFactory` */ declare class RouterV2_2 extends BaseRouterV2_2 { static readonly CPI: typeof CPIRouterV2_2; static readonly Stable: typeof StableRouterV2_2; static readonly WCPI: typeof WCPIRouterV2_2; static readonly WStable: typeof WStableRouterV2_2; } /** @deprecated. Use explicit Pool instead (e.g. DEX.Pool.CPI) or use `dexFactory` */ declare class PoolV2_2 extends BasePoolV2_2 { static readonly CPI: typeof CPIPoolV2_2; static readonly Stable: typeof StablePoolV2_2; static readonly WCPI: typeof WCPIPoolV2_2; static readonly WStable: typeof WStablePoolV2_2; } declare const DEX: { readonly Router: typeof RouterV2_2; readonly Pool: typeof PoolV2_2; readonly LpAccount: typeof LpAccountV2_2; readonly Vault: typeof VaultV2_2; readonly pTON: typeof PtonV2_1; }; export { CPIPoolV2_2, CPIRouterV2_2, DEX, LpAccountV2_2, PoolV2_2, RouterV2_2, StablePoolV2_2, StableRouterV2_2, VaultV2_2, WCPIPoolV2_2, WCPIRouterV2_2, WStablePoolV2_2, WStableRouterV2_2 };