declare const shorthandMap: Map<string, string>;
declare const reverseShorthandMap: Map<string, string>;
export { shorthandMap, reverseShorthandMap };
