export type MorseCodeMap = Record<string, string>;
export type InverseMorseCodeMap = Record<string, string>;
export type AbbreviationMap = Record<string, string>;
export type ProceduralSignalMap = Record<string, string>;
