import { isDriver } from "../types/types";
export declare const getDriverLineup: () => Promise<isDriver[]>;
