import { EntityCollection } from '../entity-collection'; /** * Checks if value is entity collection in cross module way. * * @param {any} x Any value. * * @returns {bool} True when value is entity collection. False otherwise. */ export declare function isEntityCollection(x: any): x is EntityCollection; //# sourceMappingURL=is-entity-collection.d.ts.map