import { Collection } from './collection'; export declare class BelongsTo { series: Collection[]; collection: Collection[]; }