export declare type subject = { id: number; name: string; longName: string; alternateName: string; active: boolean; foreColor?: string; backColor?: string; };