export declare type Team_Robot = { /** * Year this robot competed in. */ year: number; /** * Name of the robot as provided by the team. */ robot_name: string; /** * Internal TBA identifier for this robot. */ key: string; /** * TBA team key for this robot. */ team_key: string; };