import { Observable } from 'rxjs';
import { t } from '../common';
export declare function init(args: {
    grid: t.IGrid;
    command$: Observable<t.IGridCommand>;
    fire: t.GridFire;
}): void;
