import { ITile } from './tiles/types';
export declare function createActions(tiles: ITile[]): any;
