import { ITile } from "./tiles/types";
export declare function createSelectors(tiles: ITile[] | {
    [key: string]: ITile;
}): any;
