import { ENTITY_SELECTOR } from '../types'; export declare const fromFlat: { func: (state: any, selector: ENTITY_SELECTOR, data: any) => any; };