import type { VersusReplay } from "./versus";
export type Replay = VersusReplay;
export * from "./versus";
//# sourceMappingURL=index.d.ts.map