export declare const RACING_TEAM_ROLE: {
    readonly PILOT: "PILOT";
    readonly TECHNICIAN: "TECHNICIAN";
    readonly COACH: "COACH";
};
