import { Standings } from './Standings';
export declare class DriverStandings extends Standings {
    pop: () => Promise<DriverStandings>;
}
