export declare type CreateTrackScan = { track: string; card: string; station: string; runner: number; valid?: boolean; distance: number; };