import { Connection } from "@solana/web3.js";
import { DDCA_ACTIONS, TransactionFees } from ".";
export declare const calculateActionFees: (connection: Connection, action: DDCA_ACTIONS, swapsCount: number) => Promise<TransactionFees>;
