import { State } from './state';
import { Key } from './types';
export declare function explosion(state: State, keys: Key[]): void;
