import type { GetPnLParams, PnLResult } from './types.js'; export declare function getPnL(params: GetPnLParams): Promise;