import { Schedule } from "../structures/Schedule"; /** * Get the F1 schedule for the current year. * @returns {Promise} */ export declare function current(): Promise; /** * Get the remaining events on the F1 schedule for the current year. * @returns {Promise} */ export declare function remaining(): Promise; /** * Get the schedule by a specific season, by year. * @param {number} year The year to fetch from. * @returns {Promise} */ export declare function year(year: number): Promise; //# sourceMappingURL=schedule.d.ts.map