import type { ApiClient } from "@promobase/sdk-runtime"; import type { ProfileFields } from "./profile.ts"; export interface CopyrightOwnershipTransferFields { assets: Record[]; has_ownership_been_updated: boolean; id: string; num_assets: number; receiving_rights_holder: ProfileFields; sending_rights_holder: ProfileFields; status: string; transfer_territories: string[]; transfer_time: string; } export declare function copyrightOwnershipTransferNode(client: ApiClient, id: string): { __path: string; __brand: CopyrightOwnershipTransferFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=copyright-ownership-transfer.d.ts.map