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