interface ISpecAbbreviations { Term: string; AbbrTerm: string; Added: string; AddedEP?: string; Issue?: string; } export declare const ABBREVIATIONS: ISpecAbbreviations[]; export {};