import type { Connection, TransactionInstruction } from "@solana/web3.js"; export declare const estimatePriorityFees: (connection: Connection, instructions: TransactionInstruction[], multiplier?: number, maxPriorityFee?: number, minPriorityFee?: number) => Promise; //# sourceMappingURL=estimatePriorityFees.d.ts.map