import { ITile } from "./tiles/types";
export declare function createEntities(tiles: ITile[], topReducer?: string): any;
