export declare type ScanStation = { id: number; description?: string; track: string; key: string; enabled: boolean; };