/** @noSelfInFile */

declare namespace item_mine {
  export function add_actor_mine(m: CGameObject): void
  export function add_neutral_mine(m: CGameObject): void
  export function on_game_start(): void
}
