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