/**
 * Columns
 */
export declare const COLS = 15;
/**
 * Rows
 */
export declare const ROWS = 15;
/**
 * The asset animation array
 */
export declare const ASSET_ANIMATION: number[][][];
/**
 * The colors
 */
export declare const COLORS: string[];
