/** * Returns a SOL value for the tip: * • current 75‑percentile landed‑tip floor, **or** * • fallback 0.001 SOL (Sender minimum) */ export declare const determineTipSol: (swqosOnly: boolean) => Promise; //# sourceMappingURL=determineTip.d.ts.map