export declare function flatMap(payload: TInput[], callback: (item: TInput) => TResult[]): TResult[];