import { type GameExporter } from "https://deno.land/x/s3si@gui-v0.4.16/src/types.ts";
definition: { name: string; notExported: (unnamed 0: { type: Game["type"]; list: string[]; }) => Promise<string[]>; exportGame: (game: Game) => Promise<ExportResult>; exportSummary?: (summary: Summary) => Promise<ExportResult>; }