import type { FlowRoyalty } from "@rarible/flow-api-client"; export declare function convertRoyalties(royalties: FlowRoyalty[]): { fields: { name: string; value: string; }[]; }[];