export declare function useFlatMap<S, R>(array: S, keyValue: string): R;
