import { Pool } from './Pool'; import { type Address, type Cell } from '@ton/core'; import { PoolConfig } from './abi'; export declare class PoolV2 extends Pool { static readonly LIBRARY_HASH = 43545536639463794629627863817543072778536044375086900410059162232601325708464n; static fromAddress(poolAddress: Address): PoolV2; static fromConfig(config: PoolConfig): PoolV2; static createPoolCode(): Cell; }