import { ICollectionInput, ICollection } from '../types'; export declare function ensureCollection(collection: ICollectionInput): ICollection;