import { Livescore } from "./Model/Livescore";
import { LivePlay } from "./Model/LivePlay";
export declare const LivescoreCrawler: {
    crawl: () => Promise<Livescore[]>;
    crawlPlay: (gameId: string) => Promise<LivePlay>;
    crawlByGameId: (gameId: string) => Promise<Livescore | null>;
};
//# sourceMappingURL=LivescoreCrawler.d.ts.map