import { MatchType } from '../types'; declare const dataDoubleLastGameLower: { upper: MatchType[]; lower: MatchType[]; }; export default dataDoubleLastGameLower;