import { MoveCallInfo } from '../../api/types';
import { Transaction, TransactionObjectArgument } from '@mysten/sui/transactions';
export interface MintLpConfig {
    nemoContractId: string;
    version: string;
    pyStateId: string;
    marketStateId: string;
    syCoinType: string;
}
export declare const handleMintLp: <T extends boolean = false>(tx: Transaction, config: MintLpConfig, syCoin: TransactionObjectArgument, ptAmount: TransactionObjectArgument, minLpAmount: string, priceVoucher: TransactionObjectArgument, pyPosition: TransactionObjectArgument, returnDebugInfo?: T) => T extends true ? [TransactionObjectArgument[], MoveCallInfo] : TransactionObjectArgument[];
//# sourceMappingURL=handleMintLp.d.ts.map