import type { FlowNftItemControllerApi } from "@rarible/flow-api-client"; import type { FlowFee } from "../../types"; export declare function fetchItemRoyalties(itemApi: FlowNftItemControllerApi, itemId: string): Promise;