import type { PublicKey } from "@solana/web3.js"; import Decimal from "decimal.js"; export declare function swapA2B({ pairKey, amount, slid, }: { pairKey: PublicKey; amount: Decimal; slid: Decimal; }): Promise; export declare function swapB2A({ pairKey, amount, slid, }: { pairKey: PublicKey; amount: Decimal; slid: Decimal; }): Promise; export declare function simulateSwap({ pairKey, amount, direct, }: { pairKey: PublicKey; amount: Decimal; direct: number; }): Promise; //# sourceMappingURL=swap.d.ts.map