///
///
import { PublicKey } from '@solana/web3.js';
import { CachedPool } from './types';
import { Position } from './structs';
export declare function getPositionAddress(poolAddress: string, ownerAddress: string): PublicKey;
export declare function getStatus(position: Position, pool: CachedPool): string;