import type { Match_Score_Breakdown_2022_Alliance } from './Match_Score_Breakdown_2022_Alliance'; /** * See the 2022 FMS API documentation for a description of each value. https://frc-api-docs.firstinspires.org */ export declare type Match_Score_Breakdown_2022 = { blue?: Match_Score_Breakdown_2022_Alliance; red?: Match_Score_Breakdown_2022_Alliance; };