export declare namespace MatchV5ReplaysDTOs {
    interface MatchReplayDto {
        total: number;
        matchFileURLs: string[];
    }
}
