import { Test } from 'nodeunit'; declare const _default: { 'flatten combines arrays'(test: Test): void; 'flatMap maps and combines'(test: Test): void; 'partition splits the collection in twain'(test: Test): void; }; export = _default;