import type { GetLPPositionParams, LPPosition } from './types.js'; export declare function getLPPosition(params: GetLPPositionParams): Promise;