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