import { AddLiquidityOptions, AddLiquidityResponse, ApiResponse } from "./types";
export declare const addLiquidity: (options: AddLiquidityOptions) => Promise<ApiResponse<AddLiquidityResponse>>;
