export type Game = "bst" export const game: Game = "bst" export type PluginVersion = "1.0.0" export const version: PluginVersion = "1.0.0"