import { DEX_VERSION } from '../../constants.js'; import { LpAccountV2_1, LpAccountV2_1Options } from '../../v2_1/LpAccount/LpAccountV2_1.js'; import '@ton/ton'; import '../../../../types.js'; import '../../../core/Contract.js'; interface LpAccountV2_2Options extends LpAccountV2_1Options { } declare class LpAccountV2_2 extends LpAccountV2_1 { static readonly version: DEX_VERSION; } export { LpAccountV2_2, type LpAccountV2_2Options };