/** @noSelfInFile */

declare namespace game_autosave_new {
  export function actor_on_first_update(): void
  export function autosave(): boolean
  export function on_game_start(): void
  export function option_updated(): void
}
