import type { Royalty } from "@rarible/api-client"; import type { FlowRoyalty } from "@rarible/flow-sdk"; export declare function prepareFlowRoyalties(royalty: Royalty[] | undefined): FlowRoyalty[];