type Fn = (x: T) => R; export declare const concatMap: (f: Fn, ...xs: (any | any[])[]) => R[]; export {};