import type { BigNumberLike } from "@rarible/types"; import type { FlowFee } from "../types"; export declare function calculateFees(price: BigNumberLike, fees: FlowFee[]): FlowFee[];