import { Game } from "./Model/Game";
export declare const GameCrawler: {
    crawl: (url: string, timezone?: string) => Promise<Array<Game>>;
};
//# sourceMappingURL=GameCrawler.d.ts.map