import type { Part } from "@rarible/ethereum-api-client"; import type { ImxFee } from "../domain"; export declare function convertFees(fee?: Part[]): ImxFee[]; export declare function validateImxFeePercents(value: number): void;