declare const reverseCollection: (collection: T) => any[] | T | Map; export default reverseCollection;