import type { ApiClient } from "@promobase/sdk-runtime"; import type { ImageCopyrightFields } from "./image-copyright.ts"; import type { ProfileFields } from "./profile.ts"; export interface ImageReferenceMatchFields { conflict_status: string; conflicting_countries: string[]; country_resolution_history: Record[]>[]; creation_time: string; current_conflict_resolved_countries: Record>[]; displayed_match_state: string; dispute_form_data_entries_with_translations: Record[]; expiration_time: string; id: string; match_state: string; matched_reference_copyright: ImageCopyrightFields; matched_reference_owner: ProfileFields; modification_history: Record[]; reference_copyright: ImageCopyrightFields; reference_owner: ProfileFields; rejection_form_data_entries_with_translations: Record[]; resolution_reason: string; update_time: string; } export declare function imageReferenceMatchNode(client: ApiClient, id: string): { __path: string; __brand: ImageReferenceMatchFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=image-reference-match.d.ts.map