export declare type FunctionReturning = (...args: any[]) => any; export declare type Iteratee = string | FunctionReturning;