declare module 'pull-cat' { function concat(...args: Array): any; export = concat; }