import { MatchInfoDTO } from '../@types/matches'; import { BaseApi } from '../base'; export declare class Matches extends BaseApi { getRaw(username: string): Promise; getLastMatch(username: string): Promise; }