import Constructor from '../../types/constructors/index.js'; declare const constructors: { getAllConstructors: (limit: number) => Promise; getConstructorsByYear: (year: number) => Promise; getConstructorsByRaceYear: (year: number, round: number) => Promise; getConstructorInformations: (constructorId: string) => Promise; }; export default constructors; //# sourceMappingURL=index.d.ts.map