import type { GetPositionsParams, PositionsResult } from './types.js'; export declare function getPositions(params: GetPositionsParams): Promise;