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