import { CoinConfig, MarketState } from '../api/types';
interface EstimateLpOutParams {
    coinConfig: CoinConfig;
    marketState: MarketState;
    syAmount: string;
    suiClient: any;
    defaultAddress: string;
}
export declare function estimateLpOut(params: EstimateLpOutParams): Promise<{
    lpAmount: string;
    lpValue: string;
    ptValue: string;
    syValue: string;
    syForPtValue: string;
}>;
export {};
//# sourceMappingURL=lpEstimate.d.ts.map