import { t } from '../common';
export declare function init(args: {
    grid: t.IGrid;
    fire: t.GridFire;
}): void;
