export interface BootloaderVersion { major: number; minor: number; bugfix: number; protocolName: string; }