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