import type { FlowFee } from "../../types"; export declare function prepareFees(fees: FlowFee[]): { key: string; value: string; }[];