/** * Creates a new empty collection of the same type passed. * * @param {Collection} collection [description] * @param {boolean} [strict] If true, iterable and object detection will be strict (see isObject and isIterable) * @returns {any} */ export default function faccimilate(collection: Collection, strict?: boolean): any;