declare const getPriorityFee: () => Promise<number>;
export default getPriorityFee;
