import { isDriverStanding } from "../types/types";
export declare const getDriverStandings: (year?: number) => Promise<isDriverStanding[]>;
