export interface ValRecentMatchesDTO {
    currentTime: number;
    matchIds: string[];
}
//# sourceMappingURL=recent-matches.d.ts.map