import { Collection } from "./metadata-collection"; export declare class BelongsTo { Series: Collection[]; Collection: Collection[]; }